Skip to content

Commit ddee81d

Browse files
authored
ci: Use actual container name in logging (#2093)
1 parent 6f1bbee commit ddee81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Agent/IntegrationTests/ContainerIntegrationTests/ContainerFixtures/ContainerApplication.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public ContainerApplication(string applicationDirectoryName, string distroTag, A
6060
}
6161
}
6262

63-
public override string AppName => $"ContainerApplication: {_dotnetVersion}-{_distroTag}_{_targetArch}";
63+
public override string AppName => $"{_dockerComposeServiceName}_{_dotnetVersion}-{_distroTag}_{_targetArch}";
6464

6565
private string ContainerName => $"{_dockerComposeServiceName}_{_dotnetVersion}-{_distroTag}_{_targetArch}".ToLower(); // must be lowercase
6666

0 commit comments

Comments
 (0)