We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa0183 commit 203b694Copy full SHA for 203b694
tool/Watch.ps1
@@ -1,4 +1,2 @@
1
Write-Host "Watching for file changes..."
2
-Push-Location src
3
-try { dotnet watch build }
4
-finally { Pop-Location }
+Start-Process dotnet "watch build" -NoNewWindow -WorkingDirectory src -Wait
0 commit comments