Skip to content

Commit

Permalink
Only archive tools tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Sep 14, 2024
1 parent 30d9f7f commit 667233a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/DeployTasks/UploadArtifactsTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public override async Task RunAsync(BuildContext context)
};

await context.GitHubActions().Commands.UploadArtifact(new DirectoryPath(context.NuGetsDirectory.FullPath), $"nuget-{os}");
await context.GitHubActions().Commands.UploadArtifact(new DirectoryPath(context.BuildOutput), $"build-{os}");
await context.GitHubActions().Commands.UploadArtifact(new DirectoryPath(System.IO.Path.Combine(context.BuildOutput, "Tests", "Tools", "Release")), $"tests-tools-{os}");
}
}

0 comments on commit 667233a

Please sign in to comment.