Publish assets immediately and clean some vars (#75222)
authorMatt Mitchell <mmitche@microsoft.com>
Tue, 13 Sep 2022 20:25:09 +0000 (13:25 -0700)
committerGitHub <noreply@github.com>
Tue, 13 Sep 2022 20:25:09 +0000 (13:25 -0700)
eng/pipelines/official/stages/publish.yml
eng/pipelines/runtime-official.yml

index 1061c78..cf3233a 100644 (file)
@@ -17,6 +17,7 @@ stages:
   - template: /eng/common/templates/job/publish-build-assets.yml
     parameters:
       publishUsingPipelines: true
+      publishAssetsImmediately: true
       dependsOn: PrepareSignedArtifacts
       pool:
         name: NetCore1ESPool-Internal
@@ -34,6 +35,7 @@ stages:
     enableSigningValidation: false
     enableNugetValidation: false
     enableSourceLinkValidation: false
+    publishAssetsImmediately: true
     SDLValidationParameters:
       enable: false
       artifactNames:
index 98cac08..a837c87 100644 (file)
@@ -35,11 +35,6 @@ variables:
 # TODO: (Consolidation) Switch away from old signing/validation variables from former Core-Setup. https://github.com/dotnet/runtime/issues/1027
 - name: TeamName
   value: dotnet-core-acquisition
-# Set the target blob feed for package publish during official and validation builds.
-- name: _DotNetArtifactsCategory
-  value: .NETCore
-- name: _DotNetValidationArtifactsCategory
-  value: .NETCoreValidation
 - name: PostBuildSign
   value: true