From c280c223c60ea649676c59c3f72e48e61298567f Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Thu, 2 May 2019 16:19:40 +0200 Subject: [PATCH] Fix powershell command Relates to #60 --- Scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/README.md b/Scripts/README.md index cb2f3a1..7b43927 100644 --- a/Scripts/README.md +++ b/Scripts/README.md @@ -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: ```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 -- GitLab