Use framework-dependent Windows release
Some checks failed
build / build-test-publish (push) Has been cancelled

This commit is contained in:
2026-06-03 01:10:52 +09:00
parent d29752a91e
commit f2e8d12434
6 changed files with 15 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ If the dependencies are already installed:
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 \
dotnet publish ehwrj/src/Ehwrj.App/Ehwrj.App.csproj -c Release -r win-x64 --self-contained false \
-p:PublishSingleFile=false
```