diff --git a/.forgejo/workflows/dotnet.yaml b/.forgejo/workflows/dotnet.yaml index 54b0960..d9dd7f7 100644 --- a/.forgejo/workflows/dotnet.yaml +++ b/.forgejo/workflows/dotnet.yaml @@ -17,4 +17,8 @@ jobs: - name: Restore Packages - run: nuget restore WeeXnes.sln \ No newline at end of file + run: nuget restore WeeXnes.sln + + - name: Build Solution + run: | + MSBuild.exe WeeXnes.sln /p:DeleteExistingFiles=True /p:platform="Any CPU" /p:configuration="Release" \ No newline at end of file