PS: Ignore non-directories when generating Tests.cs
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Il2CppInspector
|
||||
{
|
||||
"@ > $testGen
|
||||
|
||||
gci $bin | % {
|
||||
gci -Directory $bin | % {
|
||||
echo @"
|
||||
[Test]
|
||||
public void $($_.Name.Replace("-","_").Replace(" ","_").Replace(".","_"))() {
|
||||
|
||||
Reference in New Issue
Block a user