diff --git a/makefile.shade b/makefile.shade index dbf3d2c893..ff83b6e27b 100644 --- a/makefile.shade +++ b/makefile.shade @@ -188,7 +188,8 @@ var buildTarget = "compile" Path.Combine(repo, "NuGet.config"), overwrite: true); GitCommand(repo, "commit -am \"Updating NuGet.config\""); - GitCommand(repo, "push origin master"); + + GitCommand(repo, "push origin master:master -f"); } }