Fixup feeds used for branching.
This commit is contained in:
parent
b87497c6da
commit
e717011d9c
|
|
@ -163,7 +163,9 @@ var buildTarget = "compile"
|
||||||
if (File.Exists(nugetConfigPath))
|
if (File.Exists(nugetConfigPath))
|
||||||
{
|
{
|
||||||
var original = File.ReadAllText(nugetConfigPath);
|
var original = File.ReadAllText(nugetConfigPath);
|
||||||
var modified = original.Replace("https://www.myget.org/F/aspnetvnext", "https://www.myget.org/F/aspnetrelease");
|
var modified = original
|
||||||
|
.Replace("https://www.myget.org/F/aspnetlitedev", "https://www.myget.org/F/aspnetliterelease")
|
||||||
|
.Replace("https://www.myget.org/F/azureadwebstacknightly", "https://www.myget.org/F/azureadwebstackrelease");
|
||||||
|
|
||||||
if (!string.Equals(original, modified, StringComparison.Ordinal))
|
if (!string.Equals(original, modified, StringComparison.Ordinal))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue