diff --git a/eng/pipelines/official/stages/publish.yml b/eng/pipelines/official/stages/publish.yml index 1061c783f2ab5..cf3233a01347d 100644 --- a/eng/pipelines/official/stages/publish.yml +++ b/eng/pipelines/official/stages/publish.yml @@ -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: diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml index 98cac08563dfd..a837c870fbef9 100644 --- a/eng/pipelines/runtime-official.yml +++ b/eng/pipelines/runtime-official.yml @@ -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