Skip to content

Pass -sign and -publish switch to dotnet build only#59068

Merged
ViktorHofer merged 1 commit intomainfrom
ViktorHofer-patch-1
Nov 20, 2024
Merged

Pass -sign and -publish switch to dotnet build only#59068
ViktorHofer merged 1 commit intomainfrom
ViktorHofer-patch-1

Conversation

@ViktorHofer
Copy link
Member

Contributes to dotnet/sdk#44855

As discussed offline with @wtgodbe, we need to be able to build the entire repository with a single invocation of eng/build.cmd. The problem is that with aspnetcore invoking the build twice in eng/build.ps1 the -sign and -publish flags get passed into both invocations and Arcade then fails to sign and publish the artifacts from the native build step.

Instead only ever pass those flags to the dotnet build.

@ViktorHofer ViktorHofer requested review from a team and wtgodbe as code owners November 20, 2024 08:35
@ghost ghost added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Nov 20, 2024
@ViktorHofer ViktorHofer enabled auto-merge (squash) November 20, 2024 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants