Skip to content

Fix CI build by adding missing Build.0 entries to solution - #3

Merged
hokagedami merged 1 commit into
masterfrom
features/hardening-steps
May 8, 2026
Merged

Fix CI build by adding missing Build.0 entries to solution#3
hokagedami merged 1 commit into
masterfrom
features/hardening-steps

Conversation

@hokagedami

Copy link
Copy Markdown
Owner

The .sln was missing Release|Any CPU.Build.0 for the SleepStopper main project, so dotnet build --configuration Release skipped it. The test project then failed to resolve its references because the main assembly was never produced. Added the missing Build.0 lines for every configuration on both projects.

The .sln was missing Release|Any CPU.Build.0 for the SleepStopper main
project, so dotnet build --configuration Release skipped it. The test
project then failed to resolve its references because the main assembly
was never produced. Added the missing Build.0 lines for every
configuration on both projects.
@hokagedami
hokagedami merged commit b67059a into master May 8, 2026
4 checks passed
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.

1 participant