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 25654e1 commit 3f0c87d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ jobs:
- name: Download MSFS SDK file
run: |
curl -L -o MSFS_SDK_Core_Installer_0.24.3.0.msi https://sdk.flightsimulator.com/files/installers/0.24.3/MSFS_SDK_Core_Installer_0.24.3.0.msi
- name: XDTesting Print Directory Structure
uses: FiorelaCiroku/XDTesting-Print-Directory-Structure@v1.0.2
- name: Print Folder Tree
uses: jaywcjlove/github-action-folder-tree@main
with:
path: .
depth: 3

- name: Extract msi
run: |
Expand All @@ -48,8 +51,11 @@ jobs:
# $log = "install.log"
# $procMain = Start-Process "msiexec" "/a `"$file`" /qb TARGETDIR=D:\a\x52msfsout\x52msfsout\MSFS_SDK" -NoNewWindow -PassThru
# $procMain.WaitForExit()
- name: XDTesting Print Directory Structure
uses: FiorelaCiroku/XDTesting-Print-Directory-Structure@v1.0.2
- name: Print Folder Tree
uses: jaywcjlove/github-action-folder-tree@main
with:
path: .
depth: 3

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

0 comments on commit 3f0c87d

Please sign in to comment.