Fix GenerateReferenceAssembly task accepted/tizen/unified/20170510.013235 submit/tizen/20170510.004202
authorWonYoung Choi <wy80.choi@samsung.com>
Wed, 10 May 2017 00:41:18 +0000 (09:41 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Wed, 10 May 2017 00:41:18 +0000 (09:41 +0900)
Change-Id: I511e7c554458ff8cf6d2cdd781312b9c758ffbd3

Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets

index 6698df1ee5f52ccee4128cf477405b998a89aefa..7aef7035a93085335ad6c053490b1d65de10372a 100644 (file)
@@ -81,7 +81,7 @@
       <_referencePathDirectories Include="%(_referencePathDirectoriesWithDuplicates.Identity)" />
     </ItemGroup>
 
-    <Exec Command="$(_GenAPICommand) -assembly:&quot;$(TargetPath)&quot; -libPath:&quot;@(_referencePathDirectories)&quot; -out:&quot;$(_GenAPITargetSourcePath)&quot; -throw&quot;Not Supported Feature&quot; -global" />
+    <Exec Command="$(_GenAPICommand) -assembly:&quot;$(TargetPath)&quot; -libPath:&quot;@(_referencePathDirectories)&quot; -out:&quot;$(_GenAPITargetSourcePath)&quot; -throw:&quot;Not Supported Feature&quot; -global" />
 
     <ItemGroup>
       <__RefCompile Include="$(_GenAPITargetSourcePath)"/>