Fix build.dummy.csproj to build on windows agent preview1-00215
authorWonyoung Choi <wy80.choi@samsung.com>
Mon, 18 Sep 2017 00:44:58 +0000 (09:44 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Mon, 18 Sep 2017 00:45:23 +0000 (09:45 +0900)
Change-Id: Icf521d474bc3fb066d0f936ed9f1a3ce14a26b28

build/build.dummy.csproj

index 47e3934..c0b89c6 100644 (file)
@@ -77,7 +77,7 @@
 
     <Message Text="[GenAPI] %(TizenAssemblies.Filename) -> $(GeneratedReferenceAssemblySource)" Importance="High" />
 
-    <Exec Command='$(GenAPICommand) -assembly:&quot;%(TizenAssemblies.Identity)&quot; -libPath:&quot;$(IntermediateLibDir)&quot; -out:&quot;$(GeneratedReferenceAssemblySource)&quot; -throw:&quot;Not Supported Feature&quot; -global' />
+    <Exec Command='$(GenAPICommand) -assembly:&quot;%(TizenAssemblies.Identity)&quot; -libPath:$(IntermediateLibDir) -out:$(GeneratedReferenceAssemblySource) -throw:&quot;Not Supported Feature&quot; -global' />
   </Target>