Skip to content

Commit

Permalink
Git workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
scottt732 committed Nov 5, 2023
1 parent 825075a commit d3d540c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Task("Build")
{
Configuration = configuration,
NoRestore = true,
ArgumentCustomization = args => args.Append($"/p:EnableSourceControlManagerQueries=false")
});
});

Expand Down

0 comments on commit d3d540c

Please sign in to comment.