File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
dotnet restore
34
34
35
35
msbuild .\LibAtem.ComparisonTests.sln /property:Platform=v8.1 /property:Configuration=Release
36
- cp Env:GITHUB_WORKSPACE/AtemSDK/v8.1.0/Interop.BMDSwitcherAPI.dll ibAtem .MockTests/bin/v8.1.1/Release/net8.0-windows/
36
+ cp Env:GITHUB_WORKSPACE/AtemSDK/v8.1.0/Interop.BMDSwitcherAPI.dll LibAtem .MockTests/bin/v8.1.1/Release/net8.0-windows/
37
37
- name : Test
38
38
run : |
39
39
vstest.console.exe LibAtem.MockTests/bin/v8.1/Release/net8.0-windows/LibAtem.MockTests.dll
66
66
67
67
dotnet restore
68
68
69
- cp Env:GITHUB_WORKSPACE/AtemSDK/v9.5.0/Interop.BMDSwitcherAPI.dll ibAtem .MockTests/bin/v8.1.1/Release/net8.0-windows/
69
+ cp Env:GITHUB_WORKSPACE/AtemSDK/v9.5.0/Interop.BMDSwitcherAPI.dll LibAtem .MockTests/bin/v8.1.1/Release/net8.0-windows/
70
70
msbuild .\LibAtem.ComparisonTests.sln /property:Platform=v8.1.1 /property:Configuration=Release
71
71
- name : Test
72
72
run : |
You can’t perform that action at this time.
0 commit comments