Files
UnrealEngineUWP/Engine/Source/Programs/RunMutableCommandlet/RunMutableCommandlet.Automation.csproj
daniel moreno b3322612a5 [mutable] Added gauntlet test to run commandlets so we can time out them.
- It is a simple test that will run the target commandlet so we can later externally parse the logs generated
- Designed to be used with the mutable test commandlets.
- This is the second time this code gets uploaded. it was backed out due to an unexpected error in CIS.


#rb brendan.lienau

[CL 34233688 by daniel moreno in ue5-main branch]
2024-06-10 08:38:58 -04:00

16 lines
422 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Configurations>Debug;Development</Configurations>
<BaseOutputPath>bin\</BaseOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\AutomationTool\Gauntlet\Gauntlet.Automation.csproj" />
</ItemGroup>
</Project>