Publish feeds to aspnetcore-feature-work
This commit is contained in:
parent
17f3e3bbab
commit
06106dd392
|
|
@ -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
|
||||||
|
|
||||||
Loading…
Reference in New Issue