Skip to content

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
@ViktorHofer ViktorHofer merged commit 64e76be into main Nov 20, 2024
27 checks passed
@ViktorHofer ViktorHofer deleted the ViktorHofer-patch-1 branch November 20, 2024 15:52
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-preview1 milestone Nov 20, 2024
ViktorHofer added a commit that referenced this pull request Nov 20, 2024
wtgodbe pushed a commit that referenced this pull request Nov 20, 2024
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