File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
1 . ` git tag -a 'x.x.x' ` , where the x's are the new version number
5
5
1 . ` git push --tags `
6
6
1 . Locally in Visual Studio, create a release build for each platform
7
- 1 . ` dotnet publish AvaGui/AvaGui.csproj -c Release --runtime win-x64 `
8
- 1 . ` dotnet publish AvaGui/AvaGui.csproj -c Release --runtime linux-x64 `
9
- 1 . ` dotnet publish AvaGui/AvaGui.csproj -c Release --runtime osx-x64 `
7
+ 1 . ` dotnet publish AvaGui/AvaGui.csproj -c Release -p:PublishSingleFile=true --runtime win-x64 --self-contained `
8
+ 1 . ` dotnet publish AvaGui/AvaGui.csproj -c Release -p:PublishSingleFile=true --runtime linux-x64 --self-contained `
9
+ 1 . ` dotnet publish AvaGui/AvaGui.csproj -c Release -p:PublishSingleFile=true --runtime osx-x64 --self-contained `
10
+ 1 . For the OSX and Linux builds, ` chmod +x ` the binary to make it executable
10
11
1 . Zip up each build appropriately
11
12
1 . Windows - make a ZIP file
12
13
1 . : Linux - ` tar -jcvf linux-x64.tar linux-x64 `
You can’t perform that action at this time.
0 commit comments