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