diff --git a/makefile.shade b/makefile.shade new file mode 100644 index 0000000000..6b4cf2c563 --- /dev/null +++ b/makefile.shade @@ -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 +