File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3838 Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Azure.CosmosDB.Emulator"
3939 Start-CosmosDbEmulator
4040
41- - task : NuGetAuthenticate@0
41+ - task : NuGetAuthenticate@1
4242 displayName : ' NuGet Authenticate'
4343
4444- task : UseDotNet@2
Original file line number Diff line number Diff line change 2828 data-source.connection-string : ' '
2929
3030 steps :
31- - task : NuGetAuthenticate@0
31+ - task : NuGetAuthenticate@1
3232 displayName : ' NuGet Authenticate'
3333
3434 - task : UseDotNet@2
@@ -158,7 +158,7 @@ jobs:
158158 inputs :
159159 script : ' echo ##vso[task.setvariable variable=publishverify]Yes'
160160
161- - task : NuGetAuthenticate@0
161+ - task : NuGetAuthenticate@1
162162 displayName : ' NuGet Authenticate'
163163
164164 - task : UseDotNet@2
Original file line number Diff line number Diff line change 2828 data-source.connection-string : ' '
2929
3030 steps :
31- - task : NuGetAuthenticate@0
31+ - task : NuGetAuthenticate@1
3232 displayName : ' NuGet Authenticate'
3333
3434 - task : UseDotNet@2
@@ -161,7 +161,7 @@ jobs:
161161 inputs :
162162 script : ' echo ##vso[task.setvariable variable=publishverify]Yes'
163163
164- - task : NuGetAuthenticate@0
164+ - task : NuGetAuthenticate@1
165165 displayName : ' NuGet Authenticate'
166166
167167 - task : UseDotNet@2
Original file line number Diff line number Diff line change 2424 buildConfiguration : ' Release'
2525
2626 steps :
27- - task : NuGetAuthenticate@0
27+ - task : NuGetAuthenticate@1
2828 displayName : ' NuGet Authenticate'
2929
3030 - task : UseDotNet@2
Original file line number Diff line number Diff line change 1919 buildConfiguration : ' Release'
2020
2121 steps :
22- - task : NuGetAuthenticate@0
22+ - task : NuGetAuthenticate@1
2323 displayName : ' NuGet Authenticate'
2424
2525 - task : UseDotNet@2
Original file line number Diff line number Diff line change 1414 vmImage : ' ${{ parameters.VmImage }}'
1515
1616 steps :
17- - task : NuGetAuthenticate@0
17+ - task : NuGetAuthenticate@1
1818 displayName : ' NuGet Authenticate'
1919
2020 - checkout : self # self represents the repo where the initial Pipelines YAML file was found
You can’t perform that action at this time.
0 commit comments