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 b40507d commit 940f115Copy full SHA for 940f115
src/GitVersion.MsBuild/GitVersionTaskExecutor.cs
@@ -34,7 +34,7 @@ public void UpdateAssemblyInfo(UpdateAssemblyInfo task)
34
var versionVariables = VersionVariables.FromFile(task.VersionFile, fileSystem);
35
FileHelper.DeleteTempFiles();
36
FileHelper.CheckForInvalidFiles(task.CompileFiles, task.ProjectFile);
37
-
+
38
if (!string.IsNullOrEmpty(task.IntermediateOutputPath))
39
{
40
// Ensure provided output path exists first. Fixes issue #2815.
0 commit comments