Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 20d41bf

Browse files
remove nuget package signing
1 parent 2d1b250 commit 20d41bf

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

BuildTools/BuildNuget.UWP.proj

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
<PropertyGroup>
77
<NugetDependsOn>
88
PrepareNugetProperties;
9-
BuildFullNugets;
10-
SignFullNugets
9+
BuildFullNugets
1110
</NugetDependsOn>
1211
</PropertyGroup>
1312

@@ -52,16 +51,4 @@
5251
<Exec Command="$(Nuget32ToolPath) pack $(UWPNuspec) -Version $(Version) -OutputDirectory $(FullOutputDir) -Properties $(UWPProperties)"/>
5352
</Target>
5453

55-
<Target Name="SignFullNugets">
56-
<ItemGroup>
57-
<NugetPackagesToBeSigned Include="$(FullOutputDir)\**\*.nupkg"/>
58-
</ItemGroup>
59-
60-
<Message Text="DEBUG INFO: SignNugetProject=$(SignNugetProject)" />
61-
62-
<MSBuild Projects="$(SignNugetProject)"
63-
Properties="NugetToolPath=$(Nuget32ToolPath);
64-
SignedFilePath=%(NugetPackagesToBeSigned.FullPath)"/>
65-
</Target>
66-
6754
</Project>

BuildTools/Config.UWP.proj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<ControlsFolder>$(MsBuildProjectDirectory)\..\Controls</ControlsFolder>
1111
<UWPControlsSolutionPath>$(ControlsFolder)\UWPControls.sln</UWPControlsSolutionPath>
1212
<UWPMapSolutionPath>$(ControlsFolder)\UWPMap.sln</UWPMapSolutionPath>
13-
<SignNugetProject>$(MSBuildProjectDirectory)\CommonTools\SignNugetPackages.proj</SignNugetProject>
1413
<Configuration>Release</Configuration>
1514
<AnyCPUPlatform>Any CPU</AnyCPUPlatform>
1615
<X86Platform>x86</X86Platform>

0 commit comments

Comments
 (0)