File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1919 <PackageOutputPath >$(MSBuildThisFileDirectory)bin\nupkg</PackageOutputPath >
2020 </PropertyGroup >
2121
22- <PropertyGroup >
23- <SignAssembly Condition =" '$(SignAssembly)' == '' and '$(IsUwpProject)' != 'true' and '$(IsTestSampleProject)' != 'true'" >true</SignAssembly >
24- <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)toolkit.snk</AssemblyOriginatorKeyFile >
25- </PropertyGroup >
26-
2722 <PropertyGroup Condition =" '$(TF_BUILD)' == 'true'" >
2823 <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
2924 </PropertyGroup >
Original file line number Diff line number Diff line change 2121 </ItemGroup >
2222 </When >
2323 </Choose >
24+
25+ <Choose >
26+ <When Condition =" $(TargetFramework.Contains('uap10.0')) == false and '$(TargetFramework)' != 'native' and '$(IsTestSampleProject)' != 'true'" >
27+ <PropertyGroup >
28+ <SignAssembly >true</SignAssembly >
29+ <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)toolkit.snk</AssemblyOriginatorKeyFile >
30+ </PropertyGroup >
31+ </When >
32+ </Choose >
2433
2534 <Target Name =" AddCommitHashToAssemblyAttributes" BeforeTargets =" GetAssemblyAttributes" >
2635 <ItemGroup >
You can’t perform that action at this time.
0 commit comments