diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf43e25..f576cfa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/create_msi.ps1 b/create_msi.ps1 index 324f8d8..d56405d 100644 --- a/create_msi.ps1 +++ b/create_msi.ps1 @@ -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 \ No newline at end of file +Start-Process -FilePath "$PSScriptRoot\Files\AmagnoPrinterInstaller.exe" -ArgumentList $args -wait \ No newline at end of file