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