Skip to content
Snippets Groups Projects
Commit c280c223 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Fix powershell command

Relates to #60
parent 5e8c471a
No related branches found
No related tags found
Loading
...@@ -54,7 +54,7 @@ Location: [C:\Devel\AutoTx\Scripts\build_2019-04-23_14-14-42__3.0-70-gf90a55c] ...@@ -54,7 +54,7 @@ Location: [C:\Devel\AutoTx\Scripts\build_2019-04-23_14-14-42__3.0-70-gf90a55c]
To combine the two previous steps in one go, use this command: To combine the two previous steps in one go, use this command:
```PowerShell ```PowerShell
.\Scripts\msbuild\build\debug.cmd ; if ($? -eq 0) { .\Scripts\Deploy-NewBuild.ps1 ; } .\Scripts\msbuild\build\debug.cmd ; if ($?) { .\Scripts\Deploy-NewBuild.ps1 ; }
``` ```
## Triggering the Updater ## Triggering the Updater
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment