Skip to content

Commit 6abd9b5

Browse files
:(
1 parent 7473063 commit 6abd9b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ test_script:
2929
if ($env:CONFIGURATION -eq "Test")
3030
{
3131
$args = c:\projects\linqbridgevs\Lib\Typemock\TMockRunner.exe -deploy c:\projects\linqbridgevs\Lib\Typemock\AutoDeploy -register $env:TM_COMPANY_NAME $env:TM_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"
32-
Start-Process powershell -Verb runAs -argument $args
32+
Start-Process powershell -Verb runAs -ArgumentList '$args'
3333
}

0 commit comments

Comments
 (0)