Skip to content

Commit

Permalink
fix cake once again
Browse files Browse the repository at this point in the history
  • Loading branch information
Galster-dev committed Nov 28, 2022
1 parent eb36235 commit 5f5fad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ var tag = !string.IsNullOrEmpty(@ref) && @ref.StartsWith(prefix) ? @ref.Substrin
Task("Build")
.Does(() =>
{
var settings = new DotNetCoreBuildSettings
var settings = new DotNetBuildSettings
{
Configuration = "Release",
MSBuildSettings = new DotNetCoreMSBuildSettings()
MSBuildSettings = new DotNetMSBuildSettings()
};

if (tag != null)
Expand Down

0 comments on commit 5f5fad2

Please sign in to comment.