Remove makefile.shade

This commit is contained in:
Pranav K 2016-11-16 14:44:09 -08:00
parent 2b77446326
commit 03cf0d3528
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
use-standard-lifecycle
k-standard-goals
#push-packages target="verify"
@{
if (IsTeamCity)
{
Environment.SetEnvironmentVariable("NUGET_PUBLISH_FEED", "https://dotnet.myget.org/F/aspnetcore-feature-work/api/v2/package");
CallTarget("nuget-install");
}
}