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
Copy file name to clipboardExpand all lines: tools/AutoUpdateChannelDescription/src/Program.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ public static async Task Main(string[] args)
15
15
varchannelId=Environment.GetEnvironmentVariable("DISCORD_CHANNEL_ID")??thrownewInvalidOperationException("DISCORD_CHANNEL_ID environment variable is not set.");
16
16
varchannelTopic=Environment.GetEnvironmentVariable("DISCORD_CHANNEL_TOPIC")??thrownewInvalidOperationException("DISCORD_DESCRIPTION environment variable is not set.");
17
17
varlatestStableVersion=args.Length==1?args[0]:thrownewInvalidOperationException("LATEST_STABLE_VERSION should be the first argument passed.");
18
-
varnugetUrl=Environment.GetEnvironmentVariable("NUGET_ORG_URL")??thrownewInvalidOperationException("NUGET_ORG_URL environment variable is not set.");
18
+
varnugetUrl=Environment.GetEnvironmentVariable("NUGET_URL")??thrownewInvalidOperationException("NUGET_URL environment variable is not set.");
19
19
vargithubUrl=Environment.GetEnvironmentVariable("GITHUB_URL")??thrownewInvalidOperationException("GITHUB_URL environment variable is not set.");
0 commit comments