Skip to content

Commit d23bac9

Browse files
committed
Only run "netcoreapp3.1" unit tests on Ubuntu
1 parent d55e8f5 commit d23bac9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.cake

+2-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ Task("Run-Unit-Tests")
194194
{
195195
NoBuild = true,
196196
NoRestore = true,
197-
Configuration = configuration
197+
Configuration = configuration,
198+
Framework = IsRunningOnWindows() ? null : "netcoreapp3.1"
198199
});
199200
});
200201

0 commit comments

Comments
 (0)