Skip to content

Commit e5093a5

Browse files
author
7sharp9
committed
Update Myriad.Sdk.targets
1 parent effc258 commit e5093a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Myriad.Sdk/build/Myriad.Sdk.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@
187187
</PropertyGroup>
188188

189189
<ItemGroup>
190-
<_MyriadContext Include='project = "$(_ProjectName)"' />
191-
<_MyriadContext Include='projectPath = "$(_ProjectPath)"' />
190+
<_MyriadContext Include='project="$(_ProjectName)"' />
191+
<_MyriadContext Include='projectPath=%27$(_ProjectPath)%27' />
192192
<_MyriadContext Include='referencePaths=[;$(_ReferencePaths);]' />
193193
<_MyriadContext Include='compileBefore=[;$(_CompileBefore);]' />
194194
<_MyriadContext Include='compile=[;$(_Compile);]' />

0 commit comments

Comments
 (0)