mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
Update qa.yml
This commit is contained in:
parent
3b2a0fb044
commit
88e3ab1a71
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user