File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ if ($CS_STATUS -ne 0) {
4747if ($env: BUILD_OPTS -eq " --xplat" ){
4848 # Run Embedded tests for netcoreapp2.0 (OpenCover currently does not supports dotnet core)
4949 Write-Host (" Starting embedded tests for netcoreapp2.0" ) - ForegroundColor " Green"
50- & " c:\Program Files (x86)\dotnet\dotnet" .\src\embed_tests\bin\netcoreapp2.0 \Python.EmbeddingTest.dll -- test= Python.EmbeddingTest.TestPyInt.TestConvertToInt32
50+ & " c:\Program Files (x86)\dotnet\dotnet" .\src\embed_tests\bin\netcoreapp2.0 \Python.EmbeddingTest.dll -- test= Python.EmbeddingTest.TestPyInt.TestConvertToInt32 -- teamcity
5151 $CS_STATUS = $LastExitCode
5252 if ($CS_STATUS -ne 0 ) {
5353 Write-Host " Embedded tests for netcoreapp2.0 failed" - ForegroundColor " Red"
You can’t perform that action at this time.
0 commit comments