Browse Source

Add PublishSingleFile=true to Jenkinsfile

pull/5/head
Ionite 1 year ago committed by GitHub
parent
commit
460879766c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -16,7 +16,7 @@ node("Windows") {
}
stage('Publish') {
bat "dotnet publish .\\StabilityMatrix\\StabilityMatrix.csproj -c Release -o out -r win-x64 --self-contained true"
bat "dotnet publish .\\StabilityMatrix\\StabilityMatrix.csproj -c Release -o out -r win-x64 -p:PublishSingleFile=true --self-contained true"
}
stage('Set Version') {

Loading…
Cancel
Save