Skip to content

Commit da8edf1

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 5183681 commit da8edf1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pipelines/azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ steps:
8686
MaxConcurrency: '50'
8787
MaxRetryAttempts: '5'
8888

89+
- task: NuGetAuthenticate@1
90+
displayName: 'Authenticate with NuGet feed'
91+
8992
- script: dotnet nuget push $(Build.SourcesDirectory)\out\packages\*.nupkg --api-key VSTS --timeout 1200 --source https://msazure.pkgs.visualstudio.com/_packaging/CRC-VC/nuget/v3/index.json --skip-duplicate
9093
displayName: 'Publish NuGet to ADO Artifact Packages as temporary workaround to ADO lagging behind in package availability'
9194

0 commit comments

Comments
 (0)