Update msbuild.yml

This commit is contained in:
Tyler Jaacks
2025-01-19 15:56:48 -06:00
committed by GitHub
parent cd4d977d00
commit dccd5037c2

View File

@@ -43,7 +43,7 @@ jobs:
run: |
ls .
ls .\IDLs
Copy-Item -Path .\IDLs\* -Destination .\External\ -Recurse
Copy-Item -Path .\IDLs\* -Destination .\dlls\winrt_x\External\ -Recurse
ls External
- name: Add MSBuild to PATH