We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de800bd commit e1585b8Copy full SHA for e1585b8
Build/build-functions.psm1
@@ -68,7 +68,7 @@ function Start-Tests {
68
# https://github.com/xunit/xunit/issues/1216
69
push-location $projectDir
70
# -nobuild <-- this gives an error, but might want to use this to avoid extra builds
71
- dotnet xunit -configuration Release -framework netcoreapp1.1 -xml $reportFile -nobuild
+ dotnet xunit -configuration Release -framework netcoreapp2.0 -xml $reportFile -nobuild
72
if ($lastexitcode -ne 0) { exit 1 }
73
pop-location
74
}
0 commit comments