We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fd5db commit 2cd68afCopy full SHA for 2cd68af
1 file changed
publish.ps1
@@ -0,0 +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
0 commit comments