Commit 9d5d006
committed
Fix Falcor test: don't overwrite D3D12 Agility SDK DLLs from CI artifact
The CI artifact includes D3D12/D3D12Core.dll and D3D12/d3d12SDKLayers.dll
(from the Dawn-enabled build), but the old Falcor-specific build excluded Dawn
and never produced these files. Copying them over the versions already present
from C:\Falcor (via setup-falcor) overwrites the D3D12 Agility SDK version
that FalcorTest.exe was compiled against, causing FalcorTest.exe to exit
immediately on startup. Remove D3D12/ and optix/ from the selective copy;
the correct versions are already provided by setup-falcor from C:\Falcor.1 parent 78c8872 commit 9d5d006
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments