Skip to content

Commit

Permalink
Wait for setup process
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrit-amagno committed May 31, 2023
1 parent be34a58 commit 02321a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Add MSBuild to the PATH https://github.com/microsoft/setup-msbuild
- name: Add MSBuild to the PATH
uses: microsoft/setup-msbuild@v1
- name: Restore the application
run: msbuild $env:solution /m /t:Restore /p:Configuration=$env:configuration
Expand Down
2 changes: 1 addition & 1 deletion create_msi.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Set-Location $PSScriptRoot

$args = "/MSBUILD:$PSScriptRoot\Installer\AmagnoVirtualPrinter.WixSharpInstaller", "/p:$PSScriptRoot"
Remove-Item -Path "$PSScriptRoot\Files\*" -Filter '*.pdb' -Force
Start-Process -FilePath "$PSScriptRoot\Files\AmagnoPrinterInstaller.exe" -ArgumentList $args
Start-Process -FilePath "$PSScriptRoot\Files\AmagnoPrinterInstaller.exe" -ArgumentList $args -wait

0 comments on commit 02321a6

Please sign in to comment.