Skip to content

Commit

Permalink
dist update
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Dec 10, 2024
1 parent 39f0917 commit 70264be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dist/tools/libs/gitversion.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@ 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 70264be

Please sign in to comment.