Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Sep 6, 2024
1 parent f97c13f commit dccc388
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/Coalesce.Vue.Template/TestLocal.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ $testCases =
"--Identity --UserPictures --TrackingBase"

foreach ($testCase in $testCases) {
echo "----------------------"
echo "-------TEST CASE------"
echo "----------------------"
echo (!$testCase ? "<no options enabled>" : $testCase);
echo ""
Write-Output "----------------------"
Write-Output "-------TEST CASE------"
Write-Output "----------------------"
Write-Output (!$testCase ? "<no options enabled>" : $testCase);
Write-Output ""

rm $dir/Test.Template.Instance/* -Recurse
Remove-Item $dir/Test.Template.Instance/* -Recurse
Invoke-Expression "dotnet new coalescevue -o $dir/Test.Template.Instance $testcase"

Push-Location $dir/Test.Template.Instance/*.Web
Expand Down

0 comments on commit dccc388

Please sign in to comment.