React to AspNetVNext -> AspNetCore feed name change

This commit is contained in:
Pranav K 2016-08-19 11:56:20 -07:00 committed by GitHub
parent f1118f3693
commit 3bf98d2b34
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ var buildTarget = "compile"
}
}
Environment.SetEnvironmentVariable("NUGET_VOLATILE_FEED_ASPNETVNEXT", Path.Combine(coherencePath, "packages-expanded"));
Environment.SetEnvironmentVariable("NUGET_VOLATILE_FEED_AspNetCore", Path.Combine(coherencePath, "packages-expanded"));
}
#change-default-build-target-to-verify