File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 125125 </PropertyGroup >
126126 <Import Project =" $(SignPath)\sign.targets" Condition =" Exists('$(SignPath)\sign.targets')" />
127127 <Import Project =" $(SignPath)\sign.microbuild.targets" Condition =" Exists('$(SignPath)\sign.microbuild.targets')" />
128+ <Import Project =" $(NuGetBuildExtensions)" Condition =" '$(NuGetBuildExtensions)' != '' And Exists('$(NuGetBuildExtensions)')" />
128129</Project >
Original file line number Diff line number Diff line change 118118 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
119119 <Import Project =" $(SignPath)\sign.targets" Condition =" Exists('$(SignPath)\sign.targets')" />
120120 <Import Project =" $(SignPath)\sign.microbuild.targets" Condition =" Exists('$(SignPath)\sign.microbuild.targets')" />
121+ <Import Project =" $(NuGetBuildExtensions)" Condition =" '$(NuGetBuildExtensions)' != '' And Exists('$(NuGetBuildExtensions)')" />
121122</Project >
You can’t perform that action at this time.
0 commit comments