Update msbuild.yml

This commit is contained in:
Tyler Jaacks
2025-01-19 15:49:53 -06:00
committed by GitHub
parent e31875482c
commit 2bc4f6a727

View File

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