Fixing issue that pushes nuget.config to release
This commit is contained in:
parent
87238557cc
commit
62e48aef34
|
|
@ -188,7 +188,8 @@ var buildTarget = "compile"
|
||||||
Path.Combine(repo, "NuGet.config"),
|
Path.Combine(repo, "NuGet.config"),
|
||||||
overwrite: true);
|
overwrite: true);
|
||||||
GitCommand(repo, "commit -am \"Updating NuGet.config\"");
|
GitCommand(repo, "commit -am \"Updating NuGet.config\"");
|
||||||
GitCommand(repo, "push origin master");
|
|
||||||
|
GitCommand(repo, "push origin master:master -f");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue