Skip to content

Commit

Permalink
Change filename
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Oct 12, 2024
1 parent 8f1036e commit ac90a01
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 @@ -60,7 +60,7 @@ void DeleteToolStore(BuildContext context, string path)
context.Log.Information($"Deleting: {file}");
System.IO.File.Delete(file);
}
foreach (var file in System.IO.Directory.GetFiles(path, "tools_*.txt", System.IO.SearchOption.TopDirectoryOnly)) {
foreach (var file in System.IO.Directory.GetFiles(path, "tools_version.txt", System.IO.SearchOption.TopDirectoryOnly)) {
context.Log.Information($"Deleting: {file}");
System.IO.File.Delete(file);
}
Expand Down

0 comments on commit ac90a01

Please sign in to comment.