Self contained, target Windows

This commit is contained in:
Pat Hartl 2023-04-04 19:38:17 -05:00
parent a18abe4ccd
commit 714c6abda4

View file

@ -25,7 +25,7 @@ jobs:
- name: Build
run: dotnet build "./LANCommander/LANCommander.csproj" --no-restore
- name: Publish
run: dotnet publish "./LANCommander/LANCommander.csproj" -c Release -o _Build
run: dotnet publish "./LANCommander/LANCommander.csproj" -c Release -o _Build --self-contained --os win-x64
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with: