Fixing issue that pushes nuget.config to release

This commit is contained in:
Suhas Joshi 2015-01-20 18:22:48 -08:00
parent 87238557cc
commit 62e48aef34
1 changed files with 2 additions and 1 deletions

View File

@ -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");
}
}