We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cf3fd commit 0e3b92eCopy full SHA for 0e3b92e
GitVersionCore/BuildServers/MyGet.cs
@@ -31,6 +31,8 @@ public override void PerformPreProcessingSteps(string gitDirectory)
31
32
public override string[] GenerateSetParameterMessage(string name, string value)
33
{
34
+ Environment.SetEnvironmentVariable(string.Format("GitVersion.{0}", name), value, EnvironmentVariableTarget.Process);
35
+
36
return new[]
37
38
string.Format("##myget[setParameter name='GitVersion.{0}' value='{1}']", name, EscapeValue(value))
0 commit comments