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 cb7d101 commit 2d08fc4Copy full SHA for 2d08fc4
vsintegration/src/FSharp.ProjectSystem.Base/ConfigProvider.cs
@@ -261,7 +261,7 @@ private void AddOutputPath(Microsoft.Build.Construction.ProjectPropertyGroupElem
261
string outputBasePath = this.ProjectMgr.OutputBaseRelativePath;
262
if (outputBasePath.EndsWith(Path.DirectorySeparatorChar.ToString(), StringComparison.Ordinal))
263
outputBasePath = Path.GetDirectoryName(outputBasePath);
264
- newConfig.AddProperty("OutputPath", Path.Combine(outputBasePath, configName) + Path.DirectorySeparatorChar.ToString());
+ newConfig.AddProperty("OutputPath", Path.Combine(outputBasePath, configName) + Path.DirectorySeparatorChar.ToString());
265
266
}
267
0 commit comments