You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that when I build our own AWS build image based on Linux the standard nuget.org package source is not present in ~/.nuget/NuGet/NuGet.Config when build starts
as you can see both the standard Linux and the Windows BYOC images do add the nuget.org source as expected. However when running our build on Linux BYOC that source is missing and only AppveyorAccountFeed and AppveyorProjectFeed are added automatically
The text was updated successfully, but these errors were encountered:
It seems that when I build our own AWS build image based on Linux the standard nuget.org package source is not present in ~/.nuget/NuGet/NuGet.Config when build starts
Tested scenarios:
1. BYOC Windows: (works as expected)
output:
2. Standard Linux Ubuntu image: (works as expected)
output:
3. BYOC Linux: (nuget.org feed missing)
output:
as you can see both the standard Linux and the Windows BYOC images do add the nuget.org source as expected. However when running our build on Linux BYOC that source is missing and only
AppveyorAccountFeed
andAppveyorProjectFeed
are added automaticallyThe text was updated successfully, but these errors were encountered: