2 references to QuoteForPowerShell
aspire (1)
Agents\Hooks\HookCommandFormatter.cs (1)
45
=> $"pwsh -NoProfile -ExecutionPolicy Bypass -File {
QuoteForPowerShell
(powerShellScriptPath)}";
Aspire.Cli.Tests (1)
Agents\HookCommandFormatterTests.cs (1)
27
Assert.Equal(expected, HookCommandFormatter.
QuoteForPowerShell
(input));