1 write to _environment
aspire (1)
Commands\UpdateCommand.cs (1)
86_environment = environment;
5 references to _environment
aspire (5)
Commands\UpdateCommand.cs (5)
764var exeName = _environment.IsWindows() ? "aspire.exe" : "aspire"; 775await ArchiveHelper.ExtractAsync(archivePath, tempExtractDir, _environment, cancellationToken); 818if (!_environment.IsWindows()) 836if (!IsInPath(installDir, _environment)) 900if (!_environment.IsWindows())