mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-08-03 01:17:59 +08:00
added cake log back in
This commit is contained in:
@ -264,7 +264,7 @@ private string GetNuGetVersionForCommit()
|
|||||||
/// Updates project version in all of our projects
|
/// Updates project version in all of our projects
|
||||||
private void PersistVersion(string version)
|
private void PersistVersion(string version)
|
||||||
{
|
{
|
||||||
//Information(string.Format("We'll search all project.json files for {0} and replace with {1}...", committedVersion, version));
|
Information(string.Format("We'll search all project.json files for {0} and replace with {1}...", committedVersion, version));
|
||||||
|
|
||||||
var projectJsonFiles = GetFiles("./**/project.json");
|
var projectJsonFiles = GetFiles("./**/project.json");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user