@@ -63,15 +63,15 @@ jobs:
6363 - name : Run unit tests
6464 shell : bash
6565 run : |
66- vstest.console /TestAdapterPath:test /Settings:test\ test.runsettings \
67- test\ GitHub.App.UnitTests\ bin\ ${{ env.config }}\ net46\ GitHub.App.UnitTests.dll \
68- test\ GitHub.Exports.Reactive.UnitTests\ bin\ ${{ env.config }}\ net46\ GitHub.Exports.Reactive.UnitTests.dll \
69- test\ GitHub.Exports.UnitTests\ bin\ ${{ env.config }}\ net46\ GitHub.Exports.UnitTests.dll \
70- test\ GitHub.Extensions.UnitTests\ bin\ ${{ env.config }}\ net46\ GitHub.Extensions.UnitTests.dll \
71- test\ GitHub.InlineReviews.UnitTests\ bin\ ${{ env.config }}\ net46\ GitHub.InlineReviews.UnitTests.dll \
72- test\ GitHub.Services.Vssdk.UnitTests\ bin\ ${{ env.config }}\ net461\ GitHub.Services.Vssdk.UnitTests.dll \
73- test\ GitHub.StartPage.UnitTests\ bin\ ${{ env.config }}\ net46\ GitHub.StartPage.UnitTests.dll \
74- test\ GitHub.TeamFoundation.UnitTests\ bin\ ${{ env.config }}\ net46\ GitHub.TeamFoundation.UnitTests.dll \
75- test\ GitHub.UI.UnitTests\ bin\ ${{ env.config }}\ net46\ GitHub.UI.UnitTests.dll \
76- test\ GitHub.VisualStudio.UnitTests\ bin\ ${{ env.config }}\ net46\ GitHub.VisualStudio.UnitTests.dll \
77- test\ MetricsTests\ MetricsTests\ bin\ ${{ env.config }}\ MetricsTests.dll
66+ vstest.console /TestAdapterPath:test /Settings:test/ test.runsettings \
67+ test/ GitHub.App.UnitTests/ bin/ ${{ env.config }}/ net46/ GitHub.App.UnitTests.dll \
68+ test/ GitHub.Exports.Reactive.UnitTests/ bin/ ${{ env.config }}/ net46/ GitHub.Exports.Reactive.UnitTests.dll \
69+ test/ GitHub.Exports.UnitTests/ bin/ ${{ env.config }}/ net46/ GitHub.Exports.UnitTests.dll \
70+ test/ GitHub.Extensions.UnitTests/ bin/ ${{ env.config }}/ net46/ GitHub.Extensions.UnitTests.dll \
71+ test/ GitHub.InlineReviews.UnitTests/ bin/ ${{ env.config }}/ net46/ GitHub.InlineReviews.UnitTests.dll \
72+ test/ GitHub.Services.Vssdk.UnitTests/ bin/ ${{ env.config }}/ net461/ GitHub.Services.Vssdk.UnitTests.dll \
73+ test/ GitHub.StartPage.UnitTests/ bin/ ${{ env.config }}/ net46/ GitHub.StartPage.UnitTests.dll \
74+ test/ GitHub.TeamFoundation.UnitTests/ bin/ ${{ env.config }}/ net46/ GitHub.TeamFoundation.UnitTests.dll \
75+ test/ GitHub.UI.UnitTests/ bin/ ${{ env.config }}/ net46/ GitHub.UI.UnitTests.dll \
76+ test/ GitHub.VisualStudio.UnitTests/ bin/ ${{ env.config }}/ net46/ GitHub.VisualStudio.UnitTests.dll \
77+ test/ MetricsTests/ MetricsTests/ bin/ ${{ env.config }}/ MetricsTests.dll
0 commit comments