Reduce release package false positives
Some checks failed
build / build-test-publish (push) Has been cancelled

This commit is contained in:
2026-06-03 00:29:20 +09:00
parent cba5243ce4
commit d29752a91e
17 changed files with 56 additions and 284 deletions

View File

@@ -74,7 +74,7 @@ dotnet restore ehwrj/Ehwrj.sln
dotnet build ehwrj/Ehwrj.sln -c Release
dotnet run --project ehwrj/tests/Ehwrj.Tests/Ehwrj.Tests.csproj -c Release
dotnet publish ehwrj/src/Ehwrj.App/Ehwrj.App.csproj -c Release -r win-x64 --self-contained true \
-p:PublishSingleFile=true
-p:PublishSingleFile=false
```
Or from inside the `ehwrj` folder: