test
Some checks are pending
FModel QA Builder / build (push) Waiting to run

This commit is contained in:
Valentin 2026-03-25 00:30:52 +01:00 committed by GitHub
parent 71ad9f6caf
commit cf4efc4f77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ jobs:
dotnet-version: '8.0.x'
- name: .NET Restore
run: dotnet restore "./FModel/FModel.slnx"
run: dotnet restore "./FModel/FModel.slnx" -r win-x64
- name: .NET Publish
run: dotnet publish "./FModel/FModel.csproj" -c Release --no-restore --no-self-contained -r win-x64 -f net8.0-windows -o "./FModel/bin/Publish/" -p:PublishReadyToRun=false -p:PublishSingleFile=true -p:DebugType=None -p:GenerateDocumentationFile=false -p:DebugSymbols=false