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 3f0c87d commit 63dd933
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
# https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
BUILD_CONFIGURATION: Release

MSFS_SDK: MSFS_SDK
MSFS_SDK: MSFS_SDK\MSFS SDK

permissions:
contents: read
Expand All @@ -44,9 +44,12 @@ jobs:
path: .
depth: 3

# Piping to Out-Null waits for completion
# Current path = Workspace. See https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#github-context
- name: Extract msi
run: |
msiexec /a MSFS_SDK_Core_Installer_0.24.3.0.msi /qb TARGETDIR=D:\a\x52msfsout\x52msfsout\MSFS_SDK | Out-Null
msiexec /a MSFS_SDK_Core_Installer_0.24.3.0.msi /qb TARGETDIR=$env:GITHUB_WORKSPACE\MSFS_SDK | Out-Null
# https://stackoverflow.com/questions/70036493/
# $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
Expand Down

0 comments on commit 63dd933

Please sign in to comment.