Skip to content

Commit a8bfc9a

Browse files
committed
Update publish script to publish single files
1 parent b7b68bc commit a8bfc9a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

publish.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
dotnet publish ./Patcher.sln -o="./publish/win-x64" -f="netcoreapp3.1" --runtime win-x64
2-
dotnet publish ./Patcher.sln -o="./publish/osx-64" -f="netcoreapp3.1" --runtime osx-x64
3-
dotnet publish ./Patcher.sln -o="./publish/linux-x64" -f="netcoreapp3.1" --runtime linux-x64
1+
dotnet publish ./Patcher.sln -o="./publish/win-x64" -f="netcoreapp3.1" -p:PublishSingleFile=true -c=Release --runtime win-x64
2+
dotnet publish ./Patcher.sln -o="./publish/osx-64" -f="netcoreapp3.1" -p:PublishSingleFile=true -c=Release --runtime osx-x64
3+
dotnet publish ./Patcher.sln -o="./publish/linux-x64" -f="netcoreapp3.1" -p:PublishSingleFile=true -c=Release --runtime linux-x64

0 commit comments

Comments
 (0)