Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mocsa authored Aug 25, 2024
1 parent 12947a8 commit 8edd2cc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ jobs:
- name: Extract msi
run: |
$file = "MSFS_SDK_Core_Installer_0.24.3.0.msi"
$log = "install.log"
$procMain = Start-Process "msiexec" "/a `"$file`" /qb TARGETDIR=D:\a\x52msfsout\x52msfsout\MSFS_SDK" -NoNewWindow -PassThru
$procMain.WaitForExit()
msiexec /a MSFS_SDK_Core_Installer_0.24.3.0.msi /qb TARGETDIR=D:\a\x52msfsout\x52msfsout\MSFS_SDK | Out-Null
# $file = "MSFS_SDK_Core_Installer_0.24.3.0.msi"
# $log = "install.log"
# $procMain = Start-Process "msiexec" "/a `"$file`" /qb TARGETDIR=D:\a\x52msfsout\x52msfsout\MSFS_SDK" -NoNewWindow -PassThru
# $procMain.WaitForExit()

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit 8edd2cc

Please sign in to comment.