Skip to content

Commit 5f5fad2

Browse files
committed
fix cake once again
1 parent eb36235 commit 5f5fad2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ var tag = !string.IsNullOrEmpty(@ref) && @ref.StartsWith(prefix) ? @ref.Substrin
99
Task("Build")
1010
.Does(() =>
1111
{
12-
var settings = new DotNetCoreBuildSettings
12+
var settings = new DotNetBuildSettings
1313
{
1414
Configuration = "Release",
15-
MSBuildSettings = new DotNetCoreMSBuildSettings()
15+
MSBuildSettings = new DotNetMSBuildSettings()
1616
};
1717

1818
if (tag != null)

0 commit comments

Comments
 (0)