6 references to PrepareForSelfUpdate
aspire (1)
Commands\UpdateCommand.cs (1)
793
using var sidecarUpdate = InstallSidecarWriter.
PrepareForSelfUpdate
(installDir, channel);
Aspire.Cli.Tests (5)
Acquisition\InstallSidecarWriterTests.cs (5)
28
using var update = InstallSidecarWriter.
PrepareForSelfUpdate
(workspace.Path, "staging");
52
using var update = InstallSidecarWriter.
PrepareForSelfUpdate
(workspace.Path, "daily");
67
Assert.ThrowsAny<JsonException>(() => InstallSidecarWriter.
PrepareForSelfUpdate
(workspace.Path, "staging"));
86
() => InstallSidecarWriter.
PrepareForSelfUpdate
(workspace.Path, "staging"));
101
InstallSidecarWriter.
PrepareForSelfUpdate
(workspace.Path, "staging")!.Dispose();