Skip to content

Commit 70264be

Browse files
committed
dist update
1 parent 39f0917 commit 70264be

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dist/tools/libs/gitversion.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@ class GitVersionTool extends DotnetTool {
8282
}
8383
this.buildAgent.setOutput(name, value);
8484
this.buildAgent.setOutput(`GitVersion_${property}`, value);
85+
this.buildAgent.setOutput(`GitVersion.${property}`, value);
8586
this.buildAgent.setVariable(name, value);
8687
this.buildAgent.setVariable(`GitVersion_${property}`, value);
88+
this.buildAgent.setVariable(`GitVersion.${property}`, value);
8789
} catch (_error) {
8890
this.buildAgent.error(`Unable to set output/variable for ${property}`);
8991
}

0 commit comments

Comments
 (0)