Fix Tizen.GBS.ImportAfter.targets accepted/tizen/unified/20170608.072312 submit/tizen/20170607.073201
authorWonYoung Choi <wy80.choi@samsung.com>
Wed, 7 Jun 2017 07:31:33 +0000 (16:31 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Wed, 7 Jun 2017 07:31:33 +0000 (16:31 +0900)
Change-Id: I85e42a3b97d0576315d3eeabf72a2e8159b0aab8

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

index a78744bd79008df84a9d71aa4095dd157a54210b..be4fc945414544ea11a613f483ac6942bc9d9ca0 100644 (file)
@@ -34,7 +34,7 @@
 
   <!-- NuSpec File -->
   <PropertyGroup>
-    <NuSpecFile>$(MSBuildProjectDirectory)/$(AssemblyName).nuspec</NuSpecFile>
+    <__NuSpecFile>$(MSBuildProjectDirectory)/$(AssemblyName).nuspec</__NuSpecFile>
   </PropertyGroup>
 
   <!-- Additional files to append to .nuspec -->
@@ -48,8 +48,8 @@
   </ItemGroup>
 
   <!-- Append _NuGetFiles to .nuspec file -->
-  <Target Name="__AppendNuGetAssemblyFiles" Condition="Exists('$(NuSpecFile)')">
-    <Exec Command="dotnet-build nuspec_addfile &quot;$(NuSpecFile)&quot; &quot;%(NuGetAssemblyFile.Identity)&quot; &quot;%(NuGetAssemblyFile.TargetPath)&quot;" />
+  <Target Name="__AppendNuGetAssemblyFiles" Condition="Exists('$(__NuSpecFile)')">
+    <Exec Command="dotnet-build nuspec_addfile &quot;$(__NuSpecFile)&quot; &quot;%(NuGetAssemblyFile.Identity)&quot; &quot;%(NuGetAssemblyFile.TargetPath)&quot;" />
   </Target>
 
 </Project>