Skip to content

Commit

Permalink
Trim build (#2720)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ authored Dec 9, 2024
1 parent 276cd82 commit 75e41e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
mkdir vsix
7z x src/GUI/lib/efreveng90.exe.zip -oefreveng90 -y
dir /a:-d /s /b "efreveng90" | find /c ":\" > filecount.txt
findstr "146" filecount.txt
findstr "144" filecount.txt
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2
Expand Down
1 change: 1 addition & 0 deletions src/Core/efreveng90/BuildCmdlineTool.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ rd bin\Release\net8.0\x64\publish\runtimes\android-arm /Q /S
rd bin\Release\net8.0\x64\publish\runtimes\android-arm64 /Q /S
rd bin\Release\net8.0\x64\publish\runtimes\android-x64 /Q /S
rd bin\Release\net8.0\x64\publish\runtimes\android-x86 /Q /S
rd bin\Release\net8.0\x64\publish\runtimes\browser /Q /S
rd bin\Release\net8.0\x64\publish\runtimes\browser-wasm /Q /S
rd bin\Release\net8.0\x64\publish\runtimes\linux /Q /S
rd bin\Release\net8.0\x64\publish\runtimes\linux-arm /Q /S
Expand Down

0 comments on commit 75e41e3

Please sign in to comment.