1 implementation of EnvironmentVariable
Microsoft.Arcade.Common (1)
Command.cs (1)
119public ICommand EnvironmentVariable(string name, string value)
2 references to EnvironmentVariable
Microsoft.DotNet.VersionTools (2)
Util\GitCommand.cs (2)
30.EnvironmentVariable("GIT_COMMITTER_NAME", authorName) 31.EnvironmentVariable("GIT_COMMITTER_EMAIL", authorEmail)