File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -60,16 +60,16 @@ jobs:
6060 # Tests
6161 - name : Build
6262 run : msbuild BlazarTech.QueryableValues.EF6.sln -property:Configuration=Release -property:RestorePackages=false
63- # - name: Tests
64- # run: vstest.console.exe tests/QueryableValues.EF6.SqlServer.Tests.EF*/bin/Release/**/BlazarTech.QueryableValues.EF6.SqlServer.Tests.EF*.dll
6563 - name : Tests
66- 67- with :
68- testAssembly : BlazarTech.QueryableValues.EF6.SqlServer.Tests.EF*.dll
69- searchFolder : ./tests/QueryableValues.EF6.SqlServer.Tests.EF*/bin/Release/**/
70- runInParallel : false
71- vstestLocationMethod : location
72- vstestLocation : ' C:/Program Files/Microsoft Visual Studio/2022/Enterprise/Common7/IDE/Extensions/TestPlatform/vstest.console.exe'
64+ run : |
65+ & "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/Common7/IDE/Extensions/TestPlatform/vstest.console.exe" ./tests/QueryableValues.EF6.SqlServer.Tests.EF*/bin/Release/**/BlazarTech.QueryableValues.EF6.SqlServer.Tests.EF*.dll
66+ # uses: microsoft/[email protected] 67+ # with:
68+ # testAssembly: BlazarTech.QueryableValues.EF6.SqlServer.Tests.EF*.dll
69+ # searchFolder: ./tests/QueryableValues.EF6.SqlServer.Tests.EF*/bin/Release/**/
70+ # runInParallel: false
71+ # vstestLocationMethod: location
72+ # vstestLocation: 'C:/Program Files/Microsoft Visual Studio/2022/Enterprise/Common7/IDE/Extensions/TestPlatform/vstest.console.exe'
7373
7474 - name : Upload Artifacts
7575 uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments