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 13451e5 commit 5183681Copy full SHA for 5183681
.pipelines/azure-pipelines.yml
@@ -86,7 +86,7 @@ steps:
86
MaxConcurrency: '50'
87
MaxRetryAttempts: '5'
88
89
-- script: $(Build.SourcesDirectory)\upload-packages-internal.cmd $(Build.SourcesDirectory)\out\packages $(ADOAPIKEY)
+- 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
90
displayName: 'Publish NuGet to ADO Artifact Packages as temporary workaround to ADO lagging behind in package availability'
91
92
- script: $(Build.SourcesDirectory)\upload-packages.cmd $(Build.SourcesDirectory)\out\packages $(NUGETORGAPIKEY)
0 commit comments