1 write to LastVersionUpdateCommand
Aspire.Cli.Tests (1)
TestServices\TestInteractionService.cs (1)
365
LastVersionUpdateCommand
= updateCommand;
4 references to LastVersionUpdateCommand
Aspire.Cli.Tests (4)
Utils\CliUpdateNotificationServiceTests.cs (4)
212
Assert.Equal("dotnet tool update -g Aspire.Cli", interactionService.
LastVersionUpdateCommand
);
250
Assert.Equal($"dotnet tool update --tool-path \"{toolPath}\" Aspire.Cli", interactionService.
LastVersionUpdateCommand
);
286
Assert.Equal("aspire update", interactionService.
LastVersionUpdateCommand
);
323
Assert.Equal("npm install -g @microsoft/aspire-cli@latest", interactionService.
LastVersionUpdateCommand
);