Update msbuild.yml

This commit is contained in:
Tyler Jaacks
2025-01-19 15:51:36 -06:00
committed by GitHub
parent 2bc4f6a727
commit 559ce0becb

View File

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