Skip to content

Commit 5f9cb67

Browse files
set framework for unix tests
1 parent 352dbe3 commit 5f9cb67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.cake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Task("Test (No Coverage)")
6060
testProject.GetDirectory().FullPath,
6161
new DotNetCoreTestSettings() {
6262
NoBuild = true,
63+
Framework = "netcoreapp2.0",
6364
EnvironmentVariables = GitVersionEnvironmentVariables,
6465
});
6566
});

0 commit comments

Comments
 (0)