File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ platform: Any CPU
1414install :
1515- cmd : git submodule update --init --recursive
1616before_build :
17- - ps : nuget restore c:\projects\linqbridgevs\src\BridgeVs.Tests. sln
17+ - ps : nuget restore c:\projects\linqbridgevs\src\BridgeVs.sln
1818build :
19- project : src\BridgeVs.Tests. sln
19+ project : src\BridgeVs.sln
2020 parallel : true
2121 verbosity : normal
2222environment :
@@ -28,6 +28,6 @@ test_script:
2828- ps : |
2929 if ($env:CONFIGURATION -eq "Test")
3030 {
31- $args = c:\projects\linqbridgevs\Lib\Typemock\TMockRunner.exe -deploy c:\projects\linqbridgevs\Lib\Typemock\AutoDeploy -register $env:COMPANY_NAME $env:LICENSE vstest.console.exe "Test\BridgeVs.Build.Test\bin\Test\BridgeVs.Build.Test.dll" "Test\BridgeVs.DynamicVisualizers.Test\bin\Test\BridgeVs.DynamicVisualizers.Test.dll" "Test\BridgeVs.Grapple.Test\bin\Test\BridgeVs.Grapple.Test.dll" "Test\BridgeVs.VsExtension.Helper.Test\bin\Test\BridgeVs.VsPackage.Helper.Test .dll" /logger:Appveyor /TestCaseFilter:"TestCategory=UnitTest"
31+ $args = c:\projects\linqbridgevs\Lib\Typemock\TMockRunner.exe -deploy c:\projects\linqbridgevs\Lib\Typemock\AutoDeploy -register $env:COMPANY_NAME $env:LICENSE vstest.console.exe "Test\BridgeVs.Build.Test\bin\Test\BridgeVs.UnitTest .dll" /logger:Appveyor /TestCaseFilter:"TestCategory=UnitTest"
3232 Start-Process powershell -Verb runAs -ArgumentList '$args'
3333 }
You can’t perform that action at this time.
0 commit comments