mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
Fix N00BS
This commit is contained in:
parent
39acd7f7eb
commit
118182777d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -193,6 +193,10 @@ jobs:
|
|||
cd HISPd
|
||||
dotnet publish -p:PublishProfile=Win64.pubxml
|
||||
cd ..
|
||||
cd N00BS
|
||||
dotnet publish -p:PublishProfile=Win64.pubxml
|
||||
cd ..
|
||||
|
||||
# dotnet add HISPd package Microsoft.DotNet.ILCompiler --prerelease
|
||||
# cd HISPd
|
||||
# dotnet publish -r win-x64 -c Windows /p:Platform=x64 --self-contained
|
||||
|
|
Loading…
Add table
Reference in a new issue