Don't build self-contained for runtime for Windows

This commit is contained in:
jvyden 2022-06-04 18:17:37 -04:00
parent e54dee5182
commit bd2fe376d1
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

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