Kaynağa Gözat

Fixing issue that pushes nuget.config to release

Suhas Joshi 11 yıl önce
ebeveyn
işleme
62e48aef34
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      makefile.shade

+ 2 - 1
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");
         }
     }