Browse Source

Merge pull request #79 from ionite34/single-file

publish single file = true
pull/5/head
JT 1 year ago committed by GitHub
parent
commit
7e3132d53e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Jenkinsfile
  2. 1
      StabilityMatrix/StabilityMatrix.csproj

2
Jenkinsfile vendored

@ -25,7 +25,7 @@ node("Windows") {
if (env.BRANCH_NAME == "main") {
stage ('Archive Artifacts') {
archiveArtifacts artifacts: 'out/**/*.*', followSymlinks: false
archiveArtifacts artifacts: 'out/*.exe', followSymlinks: false
}
}
}

1
StabilityMatrix/StabilityMatrix.csproj

@ -11,6 +11,7 @@
<LangVersion>11</LangVersion>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<DefaultItemExcludes>Assets\**</DefaultItemExcludes>
<PublishSingleFile>true</PublishSingleFile>
</PropertyGroup>
<ItemGroup>

Loading…
Cancel
Save