.forgejo/workflows/dotnet.yaml aktualisiert
All checks were successful
Dotnet Build / build (push) Successful in 2m4s

This commit is contained in:
WeeXnes 2025-05-18 19:32:56 +00:00
parent 7d937fd89f
commit 97f3d31eab

View file

@ -43,3 +43,17 @@ jobs:
- name: Build Solution - name: Build Solution
run: | run: |
msbuild WeeXnes.sln /p:DeleteExistingFiles=True /p:platform="Any CPU" /p:configuration="Release" msbuild WeeXnes.sln /p:DeleteExistingFiles=True /p:platform="Any CPU" /p:configuration="Release"
- name: Packing Zip
run: Compress-Archive
WeeXnes\bin\Release\WeeXnes.exe,
WeeXnes\bin\Release\System.Drawing.Common.dll,
WeeXnes\bin\Release\Wpf.Ui.dll,
WeeXnes_UAC\bin\Release\WeeXnes_UAC.exe,
WeeXnes\bin\Release\DiscordRPC.dll,
WeeXnes\bin\Release\Newtonsoft.Json.dll,
Autostart\bin\Release\Autostart.exe,
WXPlugin\bin\Release\WXPlugin.dll,
Update\bin\Release\Update.exe
-CompressionLevel Optimal -DestinationPath packed.zip