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 7cd1dd2 commit d3d4792Copy full SHA for d3d4792
build.cake
@@ -60,6 +60,7 @@ Task("Test (Unix)")
60
testProject.GetDirectory().FullPath,
61
new DotNetCoreTestSettings() {
62
NoBuild = true,
63
+ Configuration = configuration,
64
Framework = "netcoreapp2.1",
65
EnvironmentVariables = GitVersionEnvironmentVariables,
66
TestAdapterPath = ".",
@@ -80,6 +81,7 @@ Task("Test (Windows)")
80
81
82
83
84
85
86
87
0 commit comments