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 5183681 commit da8edf1Copy full SHA for da8edf1
.pipelines/azure-pipelines.yml
@@ -86,6 +86,9 @@ steps:
86
MaxConcurrency: '50'
87
MaxRetryAttempts: '5'
88
89
+- task: NuGetAuthenticate@1
90
+ displayName: 'Authenticate with NuGet feed'
91
+
92
- 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
93
displayName: 'Publish NuGet to ADO Artifact Packages as temporary workaround to ADO lagging behind in package availability'
94
0 commit comments