Skip to content

Commit 08dbf07

Browse files
committed
move CustomOutputCacheProvider to test folder
1 parent b9783c5 commit 08dbf07

6 files changed

Lines changed: 3 additions & 3 deletions

File tree

MicrosoftAspNetOutputCache.msbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<ItemGroup>
55
<AssemblyProject Include="src\OutputCacheModuleAsync\Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.csproj" />
6-
<AssemblyProject Include="src\CustomOutputCacheProvider\Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.csproj" />
6+
<AssemblyProject Include="test\CustomOutputCacheProvider\Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.csproj" />
77
</ItemGroup>
88
<ItemGroup Condition="'$(BuildCoreOnly)' != 'true'">
99
<AssemblyProject Include="test\Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.Test\Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.Test.csproj" />

src/packages/CustomOutputCacheProvider.nupkg/Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.nuproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Source>$(OutputPath)</Source>
2020
<Destination>lib\Net462</Destination>
2121
</NuGetContent>
22-
<NuGetContentProject Include="$(RepositoryRoot)\src\CustomOutputCacheProvider\$(MSBuildProjectName).csproj" Condition="'$(NuGetPackSymbols)' == 'true'" />
22+
<NuGetContentProject Include="$(RepositoryRoot)\test\CustomOutputCacheProvider\$(MSBuildProjectName).csproj" Condition="'$(NuGetPackSymbols)' == 'true'" />
2323
<NuGetContent Include="Content\Net462\*">
2424
<Destination>content\Net462</Destination>
2525
</NuGetContent>

src/CustomOutputCacheProvider/CustomOutputCacheProvider.cs renamed to test/CustomOutputCacheProvider/CustomOutputCacheProvider.cs

File renamed without changes.

src/CustomOutputCacheProvider/Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.csproj renamed to test/CustomOutputCacheProvider/Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.csproj

File renamed without changes.

src/CustomOutputCacheProvider/Properties/AssemblyInfo.cs renamed to test/CustomOutputCacheProvider/Properties/AssemblyInfo.cs

File renamed without changes.

test/Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.Test/Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<Compile Include="Properties\AssemblyInfo.cs" />
7474
</ItemGroup>
7575
<ItemGroup>
76-
<ProjectReference Include="..\..\src\CustomOutputCacheProvider\Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.csproj">
76+
<ProjectReference Include="..\..\test\CustomOutputCacheProvider\Microsoft.AspNet.OutputCache.CustomOutputCacheProvider.csproj">
7777
<Project>{493b0482-572a-4465-bd52-4094351c2647}</Project>
7878
<Name>Microsoft.AspNet.OutputCache.CustomOutputCacheProvider</Name>
7979
</ProjectReference>

0 commit comments

Comments
 (0)