Skip to content

Commit

Permalink
remove unused function from Build Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tsharmaMW committed Jan 20, 2025
1 parent 232a534 commit fa20ad8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@

methods (Access=protected)

function runTaskGraph(plugin, pluginData)
[email protected](plugin, pluginData);
end

function runTask(plugin, pluginData)
disp("##teamcity[blockOpened name ='" + pluginData.TaskResults.Name + "']");
disp("##teamcity[progressStart 'Running " + pluginData.TaskResults.Name + " Task']");
Expand Down

0 comments on commit fa20ad8

Please sign in to comment.