Skip to content

Commit

Permalink
NoNewWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbar authored May 29, 2024
1 parent d521217 commit a75376f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
$InstallPath = "C:\Program Files\Microsoft Visual Studio\2022\Community"
$args = ( 'modify', '--installPath', $InstallPath, '--all', '--quiet', '--norestart', '--nocache' )
$process = Start-Process -FilePath "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" -Wait -PassThru -WindowStyle Hidden -ArgumentList $args
$process = Start-Process -FilePath "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" -Wait -PassThru -NoNewWindow -ArgumentList $args
- name: Build PanelSwWixExtension
run: msbuild src/dirs.proj -restore -p:FullVersion=${{ env.FULL_VERSION }}
Expand Down

0 comments on commit a75376f

Please sign in to comment.