Fixing build break

This commit is contained in:
Pranav K 2016-05-19 14:35:28 -07:00
parent 59b2b9d66c
commit 9020bb9df8
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ var buildTarget = "compile"
Environment.SetEnvironmentVariable("NUGET_VOLATILE_FEED_ASPNETVNEXT", coherencePath);
Environment.SetEnvironmentVariable("NUGET_VOLATILE_FEED_EXTERNAL", Path.Combine(dropsShare, "latest-packages", "external", buildBranch));
}
#change-default-build-target-to-verify
- buildTarget = "verify";