Skip to content

Commit e1585b8

Browse files
committed
Updating build script
1 parent de800bd commit e1585b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/build-functions.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function Start-Tests {
6868
# https://github.com/xunit/xunit/issues/1216
6969
push-location $projectDir
7070
# -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
71+
dotnet xunit -configuration Release -framework netcoreapp2.0 -xml $reportFile -nobuild
7272
if ($lastexitcode -ne 0) { exit 1 }
7373
pop-location
7474
}

0 commit comments

Comments
 (0)