Skip to content

Commit 1bf0b84

Browse files
committed
try to sign the sql provider
1 parent c4c69ec commit 1bf0b84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/CI/CITask.targets

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,15 @@
6363
</PropertyGroup>
6464

6565
<ItemGroup>
66-
<CodeSign Include="$(OutputPath)Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.dll">
66+
<CodeSign Include="$(OutputPath)Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.dll">
6767
<AuthCodeCert>10006</AuthCodeCert>
6868
<StrongNameCert>72</StrongNameCert>
6969
</CodeSign>
70-
<CodeSign Include="$(OutputPath)Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.dll">
70+
<CodeSign Include="$(OutputPath)Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.dll">
7171
<AuthCodeCert>10006</AuthCodeCert>
7272
<StrongNameCert>72</StrongNameCert>
7373
</CodeSign>
74+
7475
<!--
7576
<CodeSign Include="$(OutputPath)Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.dll">
7677
<AuthCodeCert>10006</AuthCodeCert>

0 commit comments

Comments
 (0)