Update msbuild.yml

This commit is contained in:
Tyler Jaacks
2025-01-19 15:46:13 -06:00
committed by GitHub
parent 4a4cc66595
commit 1bd6da9efb

View File

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