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 effc258 commit e5093a5Copy full SHA for e5093a5
src/Myriad.Sdk/build/Myriad.Sdk.targets
@@ -187,8 +187,8 @@
187
</PropertyGroup>
188
189
<ItemGroup>
190
- <_MyriadContext Include='project = "$(_ProjectName)"' />
191
- <_MyriadContext Include='projectPath = "$(_ProjectPath)"' />
+ <_MyriadContext Include='project="$(_ProjectName)"' />
+ <_MyriadContext Include='projectPath=%27$(_ProjectPath)%27' />
192
<_MyriadContext Include='referencePaths=[;$(_ReferencePaths);]' />
193
<_MyriadContext Include='compileBefore=[;$(_CompileBefore);]' />
194
<_MyriadContext Include='compile=[;$(_Compile);]' />
0 commit comments