Browse Source

Add rid

pull/5/head
JT 1 year ago
parent
commit
54fce0613b
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -12,7 +12,7 @@ node("Windows") {
}
stage('Build') {
bat "dotnet publish -c Release -o out --self-contained true"
bat "dotnet publish -c Release -o out -r win-x64 --self-contained true"
}
stage('Set Version') {

Loading…
Cancel
Save