Skip to content

Commit

Permalink
Delete the tools folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Oct 10, 2024
1 parent 7ce6dda commit fbf2a05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/DeployTasks/UploadArtifactsTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ public override async Task RunAsync(BuildContext context)
DeleteToolStore (path);
path = System.IO.Path.Combine(context.BuildOutput, "Tests", "Tools", "Release");
DeleteToolStore (path);
path = System.IO.Path.Combine(context.BuildOutput, "Tests", "Tools", "Release", "tools");
System.IO.Directory.Delete (path, recursive: true);

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

0 comments on commit fbf2a05

Please sign in to comment.