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 042a9db commit a939c4bCopy full SHA for a939c4b
packages/core/src/generators/init/templates/root/Directory.Build.targets__tmpl__
@@ -8,6 +8,6 @@
8
<NodeModulesRelativePath>$([MSBuild]::MakeRelative($(MSBuildProjectDirectory), $(RepoRoot)))</NodeModulesRelativePath>
9
</PropertyGroup>
10
<Target Name="CheckNxModuleBoundaries" BeforeTargets="Build">
11
- <Exec Command="node $(NodeModulesRelativePath)/<%= checkModuleBoundariesScriptPath %> --project-root $(MSBuildProjectDirRelativePath)"/>
+ <Exec Command="node $(NodeModulesRelativePath)/<%= checkModuleBoundariesScriptPath %> --project-root '$(MSBuildProjectDirRelativePath)'"/>
12
</Target>
13
</Project>
0 commit comments