mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-01-31 00:55:17 +01:00
Update msbuild.yml
This commit is contained in:
5
.github/workflows/msbuild.yml
vendored
5
.github/workflows/msbuild.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user