We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd63f5 commit 9c0887aCopy full SHA for 9c0887a
src/GitVersionTask.Tests/TestTaskBase.cs
@@ -44,7 +44,8 @@ protected static MsBuildExecutionResult<T> ExecuteMsBuildTaskInBuildServer<T>(T
44
{
45
var env = new Dictionary<string, string>
46
47
- { AzurePipelines.EnvironmentVariableName, "true" }
+ { AzurePipelines.EnvironmentVariableName, "true" },
48
+ { "BUILD_SOURCEBRANCH", null }
49
};
50
51
var msbuildFixture = new MsBuildFixture();
0 commit comments