Publish feeds to aspnetcore-feature-work

This commit is contained in:
Pranav K 2016-10-20 12:23:21 -07:00 committed by N. Taylor Mullen
parent 17f3e3bbab
commit 06106dd392
1 changed files with 10 additions and 0 deletions

10
makefile.shade Normal file
View File

@ -0,0 +1,10 @@
@{
if (!string.IsNullOrEmpty(Environment.GetEnvironmentVariable("NUGET_PUBLISH_FEED")))
{
Environment.SetEnvironmentVariable("NUGET_PUBLISH_FEED", "https://dotnet.myget.org/F/aspnetcore-feature-work/api/v2/package");
}
}
use-standard-lifecycle
k-standard-goals