Skip to content

Skip BenchmarkDotNetWeaveAssemblies target if SkipCompilerExecution is true - #3252

Merged
timcassell merged 2 commits into
dotnet:masterfrom
genlu:CheckSkipCompilerExecution
Sep 9, 2026
Merged

Skip BenchmarkDotNetWeaveAssemblies target if SkipCompilerExecution is true#3252
timcassell merged 2 commits into
dotnet:masterfrom
genlu:CheckSkipCompilerExecution

Conversation

@genlu

@genlu genlu commented Sep 9, 2026

Copy link
Copy Markdown
Member

When SkipCompilerExecution is true, csc task would not run compiler, therefore no output assembly will be built.\

fix #3251

…s true

When SkipCompilerExecution is true, csc task would not run compiler, therefore no output assembly will be built.

@timcassell timcassell left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @genlu

@timcassell
timcassell merged commit 7f817d8 into dotnet:master Sep 9, 2026
11 checks passed
@timcassell timcassell added this to the v0.16.0 milestone Sep 9, 2026
@genlu
genlu deleted the CheckSkipCompilerExecution branch September 9, 2026 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WeaveAssemblyTask fails when $SkipCompilerExecution for Csc task is set to true

2 participants