Skip to content

Commit b532154

Browse files
Copilotradical
andauthored
Fix configuration keys in DeployAsync_WithCachedDeploymentState_LoadsFromCache test (#12845)
* Initial plan * Fix configuration keys in DeployAsync_WithCachedDeploymentState_LoadsFromCache test Co-authored-by: radical <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: radical <[email protected]>
1 parent cc3d20f commit b532154

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Aspire.Hosting.Azure.Tests/AzureDeployerTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,9 +1117,9 @@ public async Task DeployAsync_WithCachedDeploymentState_LoadsFromCache()
11171117
await File.WriteAllTextAsync(deploymentStatePath, cachedState.ToJsonString());
11181118

11191119
using var builder = TestDistributedApplicationBuilder.Create(
1120-
$"Publishing:Publisher=default",
1121-
$"Publishing:OutputPath=./",
1122-
$"Publishing:Deploy=true",
1120+
$"AppHost:Operation=publish",
1121+
$"Pipeline:OutputPath=./",
1122+
$"Pipeline:Step=deploy",
11231123
$"AppHostSha={appHostSha}");
11241124

11251125
ConfigureTestServicesWithFileDeploymentStateManager(builder, bicepProvisioner: new NoOpBicepProvisioner());

0 commit comments

Comments
 (0)