trying a pwsh -Wait

This commit is contained in:
Joseph Flinn 2021-01-07 19:06:10 +00:00
parent 36c9154c40
commit 3869654b44
1 changed files with 1 additions and 3 deletions

View File

@ -43,9 +43,7 @@ jobs:
- name: ResourceHacker Test
shell: pwsh
run: |
$args = "-help"
start-process -filepath "ResourceHacker.exe" -argumentlist $args
start-process -filepath "ResourceHacker.exe" -argumentlist "-help" -Wait
- name: ResourceHacker Test
run: |