Skip to content

Commit 8844bd5

Browse files
Fix CI naming issue (#185)
***NO_CI***
1 parent 29c85c5 commit 8844bd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
- script: nbgv cloud -a -c
214214
condition: >-
215215
eq(variables['UPDATE_DEPENDENTS'], 'true')
216-
displayName: Set Could Version
216+
displayName: Set Cloud Version
217217

218218
- task: Cache@2
219219
displayName: Cache NuGet packages
@@ -295,7 +295,7 @@ jobs:
295295
296296
Write-Host "$("##vso[task.setvariable variable=MY_NUGET_VERSION]")$MyNuGetVersion"
297297
298-
# update could build number (only possible if this is not a PR from a fork)
298+
# update cloud build number (only possible if this is not a PR from a fork)
299299
- task: PowerShell@2
300300
condition: >-
301301
and(

0 commit comments

Comments
 (0)