You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/Aspire.Hosting.Azure.Tests/Snapshots/AzureDeployerTests.DeployAsync_WithMultipleComputeEnvironments_Works_step=diagnostics.verified.txt
+33-1Lines changed: 33 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,18 +54,21 @@ Steps with no dependencies run first, followed by steps that depend on them.
54
54
55
55
DETAILED STEP ANALYSIS
56
56
======================
57
-
Shows each step's dependencies, associated resources, and tags.
57
+
Shows each step's dependencies, associated resources, tags, and descriptions.
58
58
✓ = dependency exists, ? = dependency missing
59
59
60
60
Step: build
61
+
Description: Aggregation step for all build operations. All build steps should be required by this step.
Copy file name to clipboardExpand all lines: tests/Aspire.Hosting.Azure.Tests/Snapshots/AzureDeployerTests.DeployAsync_WithRedisAccessKeyAuthentication_CreatesCorrectDependencies.verified.txt
+33-1Lines changed: 33 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,36 +51,44 @@ Steps with no dependencies run first, followed by steps that depend on them.
51
51
52
52
DETAILED STEP ANALYSIS
53
53
======================
54
-
Shows each step's dependencies, associated resources, and tags.
54
+
Shows each step's dependencies, associated resources, tags, and descriptions.
55
55
✓ = dependency exists, ? = dependency missing
56
56
57
57
Step: build
58
+
Description: Aggregation step for all build operations. All build steps should be required by this step.
58
59
Dependencies: ✓ build-api
59
60
60
61
Step: build-api
62
+
Description: Builds the container image for the api project.
61
63
Dependencies: ✓ build-prereq, ✓ deploy-prereq
62
64
Resource: api (ProjectResource)
63
65
Tags: build-compute
64
66
65
67
Step: build-prereq
68
+
Description: Prerequisite step that runs before any build operations.
66
69
Dependencies: ✓ process-parameters
67
70
68
71
Step: create-provisioning-context
72
+
Description: Creates the Azure provisioning context for infrastructure deployment.
0 commit comments