Skip to content

Commit 203b694

Browse files
committed
Update the "Watch" script
1 parent 6aa0183 commit 203b694

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tool/Watch.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
Write-Host "Watching for file changes..."
2-
Push-Location src
3-
try { dotnet watch build }
4-
finally { Pop-Location }
2+
Start-Process dotnet "watch build" -NoNewWindow -WorkingDirectory src -Wait

0 commit comments

Comments
 (0)