Change-Id: I85e42a3b97d0576315d3eeabf72a2e8159b0aab8
<!-- NuSpec File -->
<PropertyGroup>
- <NuSpecFile>$(MSBuildProjectDirectory)/$(AssemblyName).nuspec</NuSpecFile>
+ <__NuSpecFile>$(MSBuildProjectDirectory)/$(AssemblyName).nuspec</__NuSpecFile>
</PropertyGroup>
<!-- Additional files to append to .nuspec -->
</ItemGroup>
<!-- Append _NuGetFiles to .nuspec file -->
- <Target Name="__AppendNuGetAssemblyFiles" Condition="Exists('$(NuSpecFile)')">
- <Exec Command="dotnet-build nuspec_addfile "$(NuSpecFile)" "%(NuGetAssemblyFile.Identity)" "%(NuGetAssemblyFile.TargetPath)"" />
+ <Target Name="__AppendNuGetAssemblyFiles" Condition="Exists('$(__NuSpecFile)')">
+ <Exec Command="dotnet-build nuspec_addfile "$(__NuSpecFile)" "%(NuGetAssemblyFile.Identity)" "%(NuGetAssemblyFile.TargetPath)"" />
</Target>
</Project>