We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd40afd commit 47b1ebbCopy full SHA for 47b1ebb
azure-pipelines.yml
@@ -213,13 +213,13 @@ jobs:
213
- script: nbgv cloud -a -c
214
condition: succeeded()
215
displayName: Set build number
216
-
+
217
- task: PowerShell@2
218
219
displayName: Save cloud build number
220
inputs:
221
- targetType: 'inline'
222
- script: Write-Host "$("##vso[build.updatebuildnumber]")$env:NBGV_NuGetPackageVersion"
+ targetType: 'inline'
+ script: Write-Host "$("##vso[build.updatebuildnumber]")$env:NBGV_NuGetPackageVersion"
223
224
- task: NuGetCommand@2
225
0 commit comments