Skip to content

Commit 2ed9693

Browse files
Improved integration with Continua CI
1 parent 2ff757f commit 2ed9693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitVersion/BuildServers/ContinuaCi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public override string[] GenerateSetParameterMessage(string name, string value)
4242
{
4343
return new[]
4444
{
45-
string.Format("@@continua[setVariable name='GitVersion.{0}' value='{1}']", name, value)
45+
string.Format("@@continua[setVariable name='GitVersion_{0}' value='{1}']", name, value)
4646
};
4747
}
4848

0 commit comments

Comments
 (0)