Removing Regex line from Gauntlet which is preventing cooking for iOS

#RB: luke.thatcher
#FYI: ben.marsh, andrew.grant, luke.thatcher

[CL 9618303 by Jason Bestimt in Main branch]
This commit is contained in:
Jason Bestimt
2019-10-16 11:09:36 -04:00
parent 036ed5e333
commit 20de602380
@@ -215,7 +215,6 @@
files and include them in the build. They will also appear in VisualStudio -->
<ItemGroup>
<Compile Include="../../../../Platforms/*/Source/Programs/AutomationTool/Gauntlet/**/*.cs">
<Link>Platform/$([System.Text.RegularExpressions.Regex]::Split(`%(Identity)`, `[\\/]`)[5])/_</Link>
</Compile>
</ItemGroup>