Skip to content

Commit

Permalink
Update Myriad.Sdk.targets
Browse files Browse the repository at this point in the history
  • Loading branch information
7sharp9 committed Oct 28, 2021
1 parent effc258 commit e5093a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Myriad.Sdk/build/Myriad.Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
</PropertyGroup>

<ItemGroup>
<_MyriadContext Include='project = "$(_ProjectName)"' />
<_MyriadContext Include='projectPath = "$(_ProjectPath)"' />
<_MyriadContext Include='project="$(_ProjectName)"' />
<_MyriadContext Include='projectPath=%27$(_ProjectPath)%27' />
<_MyriadContext Include='referencePaths=[;$(_ReferencePaths);]' />
<_MyriadContext Include='compileBefore=[;$(_CompileBefore);]' />
<_MyriadContext Include='compile=[;$(_Compile);]' />
Expand Down

0 comments on commit e5093a5

Please # to comment.