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
_WriteOut -ForegroundColor $ColorScheme.Warning"Default unstable feed ($DefaultUnstableFeed) is being overridden by the value of the DNX_UNSTABLE_FEED environment variable ($ActiveUnstableFeed)"
1080
+
_WriteOut -ForegroundColor $ColorScheme.Warning"Default unstable feed ($DefaultUnstableFeed) is being overridden by the value of the $DefaultUnstableFeedKey environment variable ($ActiveUnstableFeed)"
1073
1081
}
1074
1082
} else {
1075
1083
$selectedFeed=$ActiveFeed
1076
1084
if(!$selectedFeed) {
1077
1085
$selectedFeed=$DefaultFeed
1078
1086
} else {
1079
-
_WriteOut -ForegroundColor $ColorScheme.Warning"Default stable feed ($DefaultFeed) is being overridden by the value of the DNX_FEED environment variable ($ActiveFeed)"
1087
+
_WriteOut -ForegroundColor $ColorScheme.Warning"Default stable feed ($DefaultFeed) is being overridden by the value of the $DefaultFeedKey environment variable ($ActiveFeed)"
0 commit comments