Remove makefile.shade
This commit is contained in:
parent
2b77446326
commit
03cf0d3528
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue