Skip to content

Commit a8a1bf0

Browse files
committed
Added dotnet-publish.ps1
1 parent 0cff518 commit a8a1bf0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dotnet publish -r win-x64 --self-contained -p:PublishSingleFile=true -c Release -o ./publish/win
2+
dotnet publish -r linux-x64 --self-contained -p:PublishSingleFile=true -c Release -o ./publish/linux
3+
dotnet publish -r osx-x64 --self-contained -p:PublishSingleFile=true -c Release -o ./publish/osx

0 commit comments

Comments
 (0)