vpenades 2 лет назад
Родитель
Сommit
b69563202d

+ 1 - 1
tests/SharpGLTF.Ext.3DTiles.Tests/Properties/AssemblyInfo.cs

@@ -6,5 +6,5 @@ using System.Threading.Tasks;
 
 using NUnit.Framework;
 
-[assembly: ResourcePathFormat("{ProjectDirectory}/TestFixtures")]
+[assembly: ResourcePathFormat("*/TestFixtures")]
 [assembly: AttachmentPathFormat("*/TestResults/?", true)]

+ 4 - 0
tests/SharpGLTF.Ext.3DTiles.Tests/SharpGLTF.Ext.3DTiles.Tests.csproj

@@ -12,6 +12,10 @@
     <ProjectReference Include="..\SharpGLTF.NUnit\SharpGLTF.NUnit.csproj" />
   </ItemGroup>
 
+  <ItemGroup>
+    <Content Include="TestFixtures\**\*" CopyToOutputDirectory="PreserveNewest" />
+  </ItemGroup>
+
   <ItemGroup>
     <PackageReference Include="NUnit3TestAdapter" Version="4.5.0">
       <PrivateAssets>all</PrivateAssets>