Update msbuild.yml

This commit is contained in:
Tyler Jaacks
2025-01-19 15:54:52 -06:00
committed by GitHub
parent 559ce0becb
commit cd4d977d00

View File

@@ -41,8 +41,9 @@ jobs:
- name: Copying IDLs
run: |
ls IDLs
Copy-Item -Path D:\a\WinDurango\WinDurango\IDLs\* -Destination D:\a\WinDurango\WinDurango\External\ -Recurse
ls .
ls .\IDLs
Copy-Item -Path .\IDLs\* -Destination .\External\ -Recurse
ls External
- name: Add MSBuild to PATH