Skip to content

Commit

Permalink
Add xUnit test runner package for VS Test compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik518 committed Oct 21, 2023
1 parent d996346 commit c2e4e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
uses: darenm/Setup-VSTest@v1

- name: Test with VSTest Console
run: vstest.console.exe SoG_SGreader.Test\bin\Release\SoG_SGreader.Test.dll
run: vstest.console.exe /UseVsixExtensions:true SoG_SGreader.Test\bin\Release\SoG_SGreader.Test.dll
1 change: 1 addition & 0 deletions SoG_SGreader.Test/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
<package id="xunit.core" version="2.1.0" targetFramework="net45" />
<package id="xunit.extensibility.core" version="2.1.0" targetFramework="net45" />
<package id="xunit.extensibility.execution" version="2.1.0" targetFramework="net45" />
<package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net45" />
</packages>

0 comments on commit c2e4e3b

Please sign in to comment.