From 9dac64fd21a6f7216813b72b6bdcaf75a92b9be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=AA=E6=B1=87?= Date: Sun, 19 Sep 2021 16:13:14 +0800 Subject: [PATCH 1/2] Fix a problem while CI finishes and returns "Cmd.exe exited with code '255'". --- _updatePublisher.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_updatePublisher.bat b/_updatePublisher.bat index c892476..5610db5 100644 --- a/_updatePublisher.bat +++ b/_updatePublisher.bat @@ -214,6 +214,6 @@ start copy /y "_updatePublisher.new.bat" "_updatePublisher.bat" ^&^& del "_updat :end -IF "%skipPrompts%"=="true" ( +IF "%skipPrompts%"=="y" ( PAUSE } \ No newline at end of file From cd2bc48fdfbe18591364ca36b7e77f79949c7898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=AA=E6=B1=87?= Date: Sun, 19 Sep 2021 18:10:23 +0800 Subject: [PATCH 2/2] fix bracket issue --- _updatePublisher.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_updatePublisher.bat b/_updatePublisher.bat index 5610db5..1b9650c 100644 --- a/_updatePublisher.bat +++ b/_updatePublisher.bat @@ -216,4 +216,4 @@ start copy /y "_updatePublisher.new.bat" "_updatePublisher.bat" ^&^& del "_updat IF "%skipPrompts%"=="y" ( PAUSE -} \ No newline at end of file +) \ No newline at end of file