Skip to content

Commit

Permalink
Runner unique test artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Nov 4, 2024
1 parent 223270e commit 48e7712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Task("Clean")
var resultPath = data.IntegrationTestPath;
await GitHubActions.Commands.UploadArtifact(
resultPath,
data.AzureDomain
$"{data.AzureDomain}_{GitHubActions.Environment.Runner.ImageOS ?? GitHubActions.Environment.Runner.OS}_{context.Environment.Runtime.BuiltFramework.Identifier}_{context.Environment.Runtime.BuiltFramework.Version}"
);
GitHubActions.Commands.SetStepSummary(
string.Join(
Expand Down

0 comments on commit 48e7712

Please sign in to comment.