This repository was archived by the owner on Nov 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 66 <PropertyGroup >
77 <NugetDependsOn >
88 PrepareNugetProperties;
9- BuildFullNugets;
10- SignFullNugets
9+ BuildFullNugets
1110 </NugetDependsOn >
1211 </PropertyGroup >
1312
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments