Skip to content

Commit 47b1ebb

Browse files
author
Frank Robijn
committed
The rabbit should be very happy by now
1 parent bd40afd commit 47b1ebb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,13 @@ jobs:
213213
- script: nbgv cloud -a -c
214214
condition: succeeded()
215215
displayName: Set build number
216-
216+
217217
- task: PowerShell@2
218218
condition: succeeded()
219219
displayName: Save cloud build number
220220
inputs:
221-
targetType: 'inline'
222-
script: Write-Host "$("##vso[build.updatebuildnumber]")$env:NBGV_NuGetPackageVersion"
221+
targetType: 'inline'
222+
script: Write-Host "$("##vso[build.updatebuildnumber]")$env:NBGV_NuGetPackageVersion"
223223

224224
- task: NuGetCommand@2
225225
condition: succeeded()

0 commit comments

Comments
 (0)