Skip to content

Commit 96394b8

Browse files
committed
remove codesign for sample custom provider
1 parent fee2d31 commit 96394b8

8 files changed

Lines changed: 13 additions & 463 deletions

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[Oo]bj/
2+
[Bb]in/
3+
.vs/
4+
msbuild.*
5+
obj/
6+
packages/

src/TestKey.snk

-596 Bytes
Binary file not shown.

tools/CI/CITask.targets

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</Target>
3838

3939
<ItemGroup>
40-
<BinScopeTargetFiles Include="$(OutputPath)Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.dll" />
40+
<BinScopeTargetFiles Include="$(OutputPath)Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.dll"/>
4141
</ItemGroup>
4242

4343
<!-- CodeSign definitions -->
@@ -61,11 +61,7 @@
6161
</PropertyGroup>
6262

6363
<ItemGroup>
64-
<CodeSign Include="$(OutputPath)Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.dll">
65-
<AuthCodeCert>10006</AuthCodeCert>
66-
<StrongNameCert>72</StrongNameCert>
67-
</CodeSign>
68-
<CodeSign Include="$(OutputPath)Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.dll">
64+
<CodeSign Include="$(OutputPath)Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.dll">
6965
<AuthCodeCert>10006</AuthCodeCert>
7066
<StrongNameCert>72</StrongNameCert>
7167
</CodeSign>

tools/CODESIGN.Submitter.dll

-187 KB
Binary file not shown.
-125 KB
Binary file not shown.

tools/MicrosoftAspNetOutputCache.Extensions.settings.targets

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2-
<PropertyGroup>
3-
<RepositoryRootEx Condition="'$(RepositoryRootEx)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),Microsoft.Aspnet.OutputCache.sln))\</RepositoryRootEx>
4-
</PropertyGroup>
2+
3+
<PropertyGroup>
4+
<RepositoryRootEx Condition="'$(RepositoryRootEx)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),Microsoft.Aspnet.OutputCache.sln))\</RepositoryRootEx>
5+
</PropertyGroup>
56

67
<PropertyGroup>
78
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
@@ -11,11 +12,6 @@
1112
<IntermediateOutputPath>$(ObjPath)$(Configuration)\$(MSBuildProjectName)\</IntermediateOutputPath>
1213
</PropertyGroup>
1314

14-
<PropertyGroup>
15-
<TestRoot>$(RepositoryRoot)\test\Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.Test</TestRoot>
16-
<BuildingTestProject Condition="$(MSBuildProjectDirectory.ToLower().Contains($(TestRoot.ToLower())))">true</BuildingTestProject>
17-
</PropertyGroup>
18-
1915

2016
<Import Project="$(MSBuildThisFileDirectory)CI\CITask.targets" Condition="Exists('$(MSBuildThisFileDirectory)CI\CITask.targets')"/>
2117

tools/MicrosoftAspNetOutputCache.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<NuSpecProperties>
2323
NuGetPackageVersion=$(NuGetPackageVersion);
2424
NuGetPackageId=$(NuGetPackageId);
25-
OutputCacheModuleAsyncNuGetPackageVersion=$(OutputCacheModuleAsyncNuGetPackageVersion);
25+
OutputCacheModuleAsyncNuGetPackageVersion=$(OutputCacheModuleAsyncNuGetPackageVersion);
2626
</NuSpecProperties>
2727
</PropertyGroup>
2828
</Target>

tools/codesign.targets

Lines changed: 0 additions & 448 deletions
This file was deleted.

0 commit comments

Comments
 (0)