Skip to content

Commit

Permalink
Update dotnet serve script
Browse files Browse the repository at this point in the history
  • Loading branch information
hudlow committed Apr 23, 2024
1 parent b853aab commit 2251506
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frameworks/dotnet-minimal/serve
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash

cd $(dirname "$0") # script directory
dotnet run &
dotnet build
dotnet run --no-build &

0 comments on commit 2251506

Please sign in to comment.