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_WithAzureResourceDependencies_DoesNotHang_step=diagnostics.verified.txt
+26-1Lines changed: 26 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,36 +44,44 @@ Steps with no dependencies run first, followed by steps that depend on them.
44
44
45
45
DETAILED STEP ANALYSIS
46
46
======================
47
-
Shows each step's dependencies, associated resources, and tags.
47
+
Shows each step's dependencies, associated resources, tags, and descriptions.
48
48
✓ = dependency exists, ? = dependency missing
49
49
50
50
Step: build
51
+
Description: Aggregation step for all build operations. All build steps should be required by this step.
51
52
Dependencies: ✓ build-api
52
53
53
54
Step: build-api
55
+
Description: Builds the container image for the api project.
54
56
Dependencies: ✓ build-prereq, ✓ deploy-prereq
55
57
Resource: api (ProjectResource)
56
58
Tags: build-compute
57
59
58
60
Step: build-prereq
61
+
Description: Prerequisite step that runs before any build operations.
59
62
Dependencies: ✓ process-parameters
60
63
61
64
Step: create-provisioning-context
65
+
Description: Creates the Azure provisioning context for infrastructure deployment.
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.
0 commit comments