Skip to content

Commit

Permalink
Fix: Sandboxtest not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly committed Oct 13, 2021
1 parent 86f6620 commit 032bacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/YamlCreate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2071,8 +2071,8 @@ if ($script:Option -ne 'RemoveManifest') {
Write-Host -ForegroundColor 'Green' -Object 'SandboxTest.ps1 not found, input path'
$SandboxScriptPath = Read-Host -Prompt 'SandboxTest.ps1' | TrimString
}
& $SandboxScriptPath -Manifest $AppFolder
}
& $SandboxScriptPath -Manifest $AppFolder
}
}
}
Expand Down

0 comments on commit 032bacc

Please sign in to comment.