Skip to content

Commit c573efc

Browse files
committed
disable custom outputcache signing
1 parent 8b175e4 commit c573efc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/CI/CITask.targets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,12 @@
6666
<AuthCodeCert>10006</AuthCodeCert>
6767
<StrongNameCert>72</StrongNameCert>
6868
</CodeSign>
69+
<!--
6970
<CodeSign Include="$(OutputPath)Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.dll">
7071
<AuthCodeCert>10006</AuthCodeCert>
7172
<StrongNameCert>72</StrongNameCert>
7273
</CodeSign>
74+
-->
7375
</ItemGroup>
7476

7577
</Project>

0 commit comments

Comments
 (0)