2 implementations of EnvironmentVariable
Microsoft.DotNet.Cli.Utils (2)
BuiltInCommand.cs (1)
166
public ICommand
EnvironmentVariable
(string name, string? value)
Command.cs (1)
102
public ICommand
EnvironmentVariable
(string name, string? value)
5 references to EnvironmentVariable
dotnet (5)
Commands\Run\RunCommand.cs (5)
164
targetCommand.
EnvironmentVariable
(name, value);
192
targetCommand.
EnvironmentVariable
("ASPNETCORE_URLS", launchSettings.ApplicationUrl);
195
targetCommand.
EnvironmentVariable
("DOTNET_LAUNCH_PROFILE", launchSettings.LaunchProfileName);
201
targetCommand.
EnvironmentVariable
(entry.Key, value);
462
command.
EnvironmentVariable
(rootVariableName, Path.GetDirectoryName(new Muxer().MuxerPath));