mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
- Fixing two ExtensionManager tests that suddenly started failing due to being tagged as content instead of embedded resources.
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043650
This commit is contained in:
@@ -164,9 +164,9 @@
|
|||||||
<None Include="App.config" />
|
<None Include="App.config" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="Extensions\FoldersData\Sample1\Package.txt" />
|
<EmbeddedResource Include="Extensions\FoldersData\Sample1\Package.txt" />
|
||||||
<Content Include="Extensions\FoldersData\Sample2\Two.txt" />
|
<EmbeddedResource Include="Extensions\FoldersData\Sample2\Two.txt" />
|
||||||
<Content Include="Extensions\FoldersData\Sample3\Package.txt" />
|
<EmbeddedResource Include="Extensions\FoldersData\Sample3\Package.txt" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
|
|||||||
Reference in New Issue
Block a user