mirror of
https://github.com/m-lamonaca/script-launcher.git
synced 2025-04-05 18:06:28 +00:00
Add publish script
This commit is contained in:
parent
b80a1c7c83
commit
15475143e3
2 changed files with 4 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -448,3 +448,6 @@ $RECYCLE.BIN/
|
||||||
## Visual Studio Code
|
## Visual Studio Code
|
||||||
##
|
##
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
# output directory
|
||||||
|
out/
|
1
publish-win.ps1
Normal file
1
publish-win.ps1
Normal file
|
@ -0,0 +1 @@
|
||||||
|
dotnet publish -o out -c Release --self-contained -p:PublishSingleFile=true -p:PublishTrimmed=true -f net6.0 -r win-x64 .\src\
|
Loading…
Add table
Reference in a new issue