Skip to content

Commit

Permalink
make vvdocpath relative so it plays better with linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Mervill committed Sep 14, 2024
1 parent dd940cc commit 4c746b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MSBuild/Robust.ViewVariables.targets
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ github.com/dotnet/msbuild/issues/1559
<MakeDir Directories="..\Resources\ViewVariables\"/>
<PropertyGroup>
<!-- This is just for convenience so the lines below don't get unreasonably long -->
<VVDocPath>$([MSBuild]::NormalizePath('..\Resources\ViewVariables\$(MSBuildProjectName).xml'))</VVDocPath>
<VVDocPath>..\Resources\ViewVariables\$(MSBuildProjectName).xml</VVDocPath>
</PropertyGroup>
<ItemGroup>
<!-- Slightly arcane invocation of the MSBuild doc generation facility that bypasses the issue explained above -->
Expand Down

0 comments on commit 4c746b7

Please sign in to comment.