Adds debug scripts (#108)
This commit is contained in:
parent
e4037d2541
commit
8305618b4a
12 changed files with 12 additions and 6 deletions
1
publish-linux-debug.cmd
Executable file
1
publish-linux-debug.cmd
Executable file
|
|
@ -0,0 +1 @@
|
|||
dotnet publish -c Debug /p:PublishProfile=Linux
|
||||
1
publish-linux-debug.sh
Executable file
1
publish-linux-debug.sh
Executable file
|
|
@ -0,0 +1 @@
|
|||
dotnet publish -c Debug /p:PublishProfile=Linux
|
||||
|
|
@ -1 +1 @@
|
|||
dotnet publish /p:PublishProfile=Linux
|
||||
dotnet publish -c Release /p:PublishProfile=Linux
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
dotnet publish /p:PublishProfile=Linux
|
||||
dotnet publish -c Release /p:PublishProfile=Linux
|
||||
|
|
|
|||
1
publish-osx-debug.cmd
Executable file
1
publish-osx-debug.cmd
Executable file
|
|
@ -0,0 +1 @@
|
|||
dotnet publish -c Debug /p:PublishProfile=OSX
|
||||
1
publish-osx-debug.sh
Executable file
1
publish-osx-debug.sh
Executable file
|
|
@ -0,0 +1 @@
|
|||
dotnet publish -c Debug /p:PublishProfile=OSX
|
||||
|
|
@ -1 +1 @@
|
|||
dotnet publish /p:PublishProfile=OSX
|
||||
dotnet publish -c Release /p:PublishProfile=OSX
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
dotnet publish /p:PublishProfile=OSX
|
||||
dotnet publish -c Release /p:PublishProfile=OSX
|
||||
|
|
|
|||
1
publish-windows-debug.cmd
Executable file
1
publish-windows-debug.cmd
Executable file
|
|
@ -0,0 +1 @@
|
|||
dotnet publish -c Debug /p:PublishProfile=Windows
|
||||
1
publish-windows-debug.sh
Executable file
1
publish-windows-debug.sh
Executable file
|
|
@ -0,0 +1 @@
|
|||
dotnet -c Release Debug /p:PublishProfile=Windows
|
||||
|
|
@ -1 +1 @@
|
|||
dotnet publish /p:PublishProfile=Windows
|
||||
dotnet publish -c Release /p:PublishProfile=Windows
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
dotnet publish /p:PublishProfile=Windows
|
||||
dotnet -c Release Publish /p:PublishProfile=Windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue