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 29c85c5 commit 8844bd5Copy full SHA for 8844bd5
azure-pipelines.yml
@@ -213,7 +213,7 @@ jobs:
213
- script: nbgv cloud -a -c
214
condition: >-
215
eq(variables['UPDATE_DEPENDENTS'], 'true')
216
- displayName: Set Could Version
+ displayName: Set Cloud Version
217
218
- task: Cache@2
219
displayName: Cache NuGet packages
@@ -295,7 +295,7 @@ jobs:
295
296
Write-Host "$("##vso[task.setvariable variable=MY_NUGET_VERSION]")$MyNuGetVersion"
297
298
- # update could build number (only possible if this is not a PR from a fork)
+ # update cloud build number (only possible if this is not a PR from a fork)
299
- task: PowerShell@2
300
301
and(
0 commit comments