Skip to content

Commit

Permalink
Publish assets immediately and clean some vars (dotnet#75222)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche authored Sep 13, 2022
1 parent 2bc4f61 commit 66af857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions eng/pipelines/official/stages/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -34,6 +35,7 @@ stages:
enableSigningValidation: false
enableNugetValidation: false
enableSourceLinkValidation: false
publishAssetsImmediately: true
SDLValidationParameters:
enable: false
artifactNames:
Expand Down
5 changes: 0 additions & 5 deletions eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 66af857

Please sign in to comment.