mirror of
https://github.com/4sval/FModel.git
synced 2026-09-23 00:44:45 -05:00
Update qa.yml
This commit is contained in:
1
.github/workflows/qa.yml
vendored
1
.github/workflows/qa.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user