Skip to content

Commit

Permalink
Remove PostBuildSign (#173)
Browse files Browse the repository at this point in the history
PostBuildSigning requires an [additional release and signing step](https://github.com/dotnet/arcade/blob/488a796fd621ef6a81ef08f27e32ae43af1bb96c/Documentation/CorePackages/PostBuildSigning.md) after build.  We aren't doing that for maintenance-packages, so just sign during the build.
  • Loading branch information
ericstj authored Nov 12, 2024
1 parent baac7a5 commit d0c2a5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eng/pipelines/common-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ variables:
/p:TeamName=$(_TeamName)
/p:DotNetPublishUsingPipelines=true
/p:OfficialBuildId=$(BUILD.BUILDNUMBER)
- name: PostBuildSign
value: true

0 comments on commit d0c2a5a

Please sign in to comment.