Update qa.yml

This commit is contained in:
Valentin 2023-11-04 19:51:21 +01:00 committed by GitHub
parent 3b2a0fb044
commit 88e3ab1a71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ jobs:
uses: KageKirin/get-csproj-version@v1.0.0
with:
file: FModel/FModel.csproj
regex: '^(?<major>[0-9])\.(?<minor>[0-9])\.(?<buildmetadata>[0-9])\.(?<patch>[0-9])$'
- name: .NET Publish
run: dotnet publish FModel -c Release --no-self-contained -r win-x64 -f net6.0-windows -o "./FModel/bin/Publish/" -p:PublishReadyToRun=false -p:PublishSingleFile=true -p:DebugType=None -p:GenerateDocumentationFile=false -p:DebugSymbols=false