Skip to content

Commit

Permalink
appveyor.yml - Update CefSharp.Test.dll path
Browse files Browse the repository at this point in the history
Runtime identifier was changed to win7-x64 so the path changed
  • Loading branch information
amaitland committed Oct 12, 2021
1 parent bd88019 commit 42e7b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build_script:

test_script:
# Test our Release x64 build
- dotnet test CefSharp.Test\bin\x64\Release\win-x64\CefSharp.Test.dll
- dotnet test CefSharp.Test\bin\x64\Release\win7-x64\CefSharp.Test.dll
- dotnet test CefSharp.Test\bin.netcore\x64\Release\netcoreapp3.1\win-x64\CefSharp.Test.dll

artifacts:
Expand Down

0 comments on commit 42e7b90

Please sign in to comment.