2 implementations of EnvironmentVariable
Microsoft.DotNet.Cli.Utils (2)
BuiltInCommand.cs (1)
164
public ICommand
EnvironmentVariable
(string name, string? value)
Command.cs (1)
100
public ICommand
EnvironmentVariable
(string name, string? value)
5 references to EnvironmentVariable
dotnet (5)
Commands\Run\RunCommand.cs (5)
420
command.
EnvironmentVariable
("ASPNETCORE_URLS", projectSettings.ApplicationUrl);
426
command.
EnvironmentVariable
("DOTNET_LAUNCH_PROFILE", launchSettings.LaunchProfileName);
430
command.
EnvironmentVariable
(entry.Key, entry.Value);
437
command.
EnvironmentVariable
(name, value);
663
command.
EnvironmentVariable
(rootVariableName, Path.GetDirectoryName(new Muxer().MuxerPath));