Specify --self-contained when building for Windows

This commit is contained in:
jvyden 2021-11-29 20:47:23 -05:00
parent 2b7f83213f
commit c74e32fa1e
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
2 changed files with 16 additions and 1 deletions

View file

@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os:
- { prettyName: Windows, configurationName: Windows, extraArgs: "-r win-x64", buildPath: "Release/net6.0-windows/win-x64/publish"}
- { prettyName: Windows, configurationName: Windows, extraArgs: "-r win-x64 --self-contained", buildPath: "Release/net6.0-windows/win-x64/publish"}
- { prettyName: Linux, configurationName: Linux, extraArgs: "", buildPath: "Release/net6.0/publish"}
# - { prettyName: MacOS, configurationName: Release, platform: osx-x64 }
steps:

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GitToolBoxProjectSettings">
<option name="commitMessageIssueKeyValidationOverride">
<BoolValueOverride>
<option name="enabled" value="true" />
</BoolValueOverride>
</option>
<option name="commitMessageValidationConfigOverride">
<CommitMessageValidationOverride>
<option name="enabled" value="true" />
</CommitMessageValidationOverride>
</option>
</component>
</project>