Skip to content

Commit c4c69ec

Browse files
committed
one more typo
1 parent 47ffc3c commit c4c69ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/CI/CITask.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<ItemGroup>
4040
<BinScopeTargetFiles Include="$(OutputPath)Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.dll"/>
41-
<BinScopeTargetFiles Include="$(OutputPath)Microsoft.AspNet.OutputCache.SQLOutputCacheAsyncProvider.dll"/>
41+
<BinScopeTargetFiles Include="$(OutputPath)Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.dll"/>
4242
<BinScopeTargetFiles Include="$(OutputPath)Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.dll"/>
4343
</ItemGroup>
4444

@@ -67,7 +67,7 @@
6767
<AuthCodeCert>10006</AuthCodeCert>
6868
<StrongNameCert>72</StrongNameCert>
6969
</CodeSign>
70-
<CodeSign Include="$(OutputPath)Microsoft.AspNet.OutputCache.SQLOutputCacheAsyncProvider.dll">
70+
<CodeSign Include="$(OutputPath)Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.dll">
7171
<AuthCodeCert>10006</AuthCodeCert>
7272
<StrongNameCert>72</StrongNameCert>
7373
</CodeSign>

0 commit comments

Comments
 (0)