Add some dummy files to ensure (empty) directories in the test project get created
This commit is contained in:
1
src/Umbraco.Tests/Masterpages/dummy.txt
Normal file
1
src/Umbraco.Tests/Masterpages/dummy.txt
Normal file
@@ -0,0 +1 @@
|
||||
This file is just here to make sure the directory gets created.
|
||||
@@ -169,9 +169,10 @@
|
||||
<Name>Umbraco.Web</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<Folder Include="Masterpages\" />
|
||||
<Folder Include="Views\" />
|
||||
<Content Include="Masterpages\dummy.txt" />
|
||||
<Content Include="Views\dummy.txt" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
|
||||
1
src/Umbraco.Tests/Views/dummy.txt
Normal file
1
src/Umbraco.Tests/Views/dummy.txt
Normal file
@@ -0,0 +1 @@
|
||||
This file is just here to make sure the directory gets created.
|
||||
Reference in New Issue
Block a user