Add no-self-contained to automated build

This commit is contained in:
AeonLucid
2022-01-07 05:16:11 +01:00
parent c8f09eedb4
commit ce2ea7f295
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
run: msbuild /m /p:Configuration=Release /p:Platform=x64 ${{env.PROJ_AGENT}} run: msbuild /m /p:Configuration=Release /p:Platform=x64 ${{env.PROJ_AGENT}}
- name: Build Prospect.Launcher - name: Build Prospect.Launcher
run: dotnet publish -o ./Prospect-Launcher -r win-x64 -c Release -v minimal ${{env.PROJ_LAUNCHER}} run: dotnet publish -o ./Prospect-Launcher -r win-x64 --no-self-contained -c Release -v minimal ${{env.PROJ_LAUNCHER}}
- name: Compress Prospect.Launcher - name: Compress Prospect.Launcher
run: 7z a launcher.zip ./Prospect-Launcher run: 7z a launcher.zip ./Prospect-Launcher