Skip to content

Commit

Permalink
dist update
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Dec 11, 2024
1 parent 8417a32 commit 83434f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions dist/tools/libs/gitversion.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,8 @@ class GitVersionTool extends DotnetTool {
}
this.buildAgent.setOutput(name, value);
this.buildAgent.setOutput(`GitVersion_${property}`, value);
this.buildAgent.setOutput(`GitVersion.${property}`, value);
this.buildAgent.setVariable(name, value);
this.buildAgent.setVariable(`GitVersion_${property}`, value);
this.buildAgent.setVariable(`GitVersion.${property}`, value);
} catch (_error) {
this.buildAgent.error(`Unable to set output/variable for ${property}`);
}
Expand Down
Loading

0 comments on commit 83434f6

Please sign in to comment.