File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ resources:
16
16
options : --entrypoint=""
17
17
18
18
variables :
19
- VcVersion : 1.14.23
19
+ VcVersion : 1.14.24
20
20
ROOT : $(Build.SourcesDirectory)
21
21
CDP_DEFINITION_BUILD_COUNT : $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
22
22
ENABLE_PRS_DELAYSIGN : 1
Original file line number Diff line number Diff line change 18
18
vmImage : windows-latest
19
19
20
20
variables :
21
- VcVersion : 1.14.23
21
+ VcVersion : 1.14.24
22
22
ROOT : $(Build.SourcesDirectory)
23
23
CDP_DEFINITION_BUILD_COUNT : $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
24
24
ENABLE_PRS_DELAYSIGN : 1
@@ -86,5 +86,10 @@ steps:
86
86
MaxConcurrency : ' 50'
87
87
MaxRetryAttempts : ' 5'
88
88
89
+ - script : dotnet nuget push $(Build.SourcesDirectory)\out\packages\*.nupkg --api-key $(ADOAPIKEY) --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
+
89
92
- script : $(Build.SourcesDirectory)\upload-packages.cmd $(Build.SourcesDirectory)\out\packages $(NUGETORGAPIKEY)
90
93
displayName : ' Publish NuGet Packages'
94
+
95
+
You can’t perform that action at this time.
0 commit comments