Add a new command file to update bootstrap files
This commit is contained in:
parent
e70b887b07
commit
3386ecd01a
4 changed files with 14 additions and 2 deletions
4
mkbootstrap.bat
Normal file
4
mkbootstrap.bat
Normal file
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
|
||||
call runprebuild.bat
|
||||
dotnet publish --nologo -o bootstrap -c Release --self-contained true /p:PublishSingleFile=true
|
Loading…
Add table
Add a link
Reference in a new issue