From 25c4508f26f19b28fe07f8d3204660a8ade689a5 Mon Sep 17 00:00:00 2001 From: Eric StJohn Date: Tue, 12 Nov 2024 13:11:18 -0800 Subject: [PATCH] Remove PostBuildSign 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. --- eng/pipelines/common-variables.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/eng/pipelines/common-variables.yml b/eng/pipelines/common-variables.yml index 4010b2a03..6b93e6742 100644 --- a/eng/pipelines/common-variables.yml +++ b/eng/pipelines/common-variables.yml @@ -23,5 +23,3 @@ variables: /p:TeamName=$(_TeamName) /p:DotNetPublishUsingPipelines=true /p:OfficialBuildId=$(BUILD.BUILDNUMBER) - - name: PostBuildSign - value: true \ No newline at end of file