Skip to content

Commit 7bc2ce5

Browse files
committed
use the correct port
1 parent 8ca74d0 commit 7bc2ce5

2 files changed

Lines changed: 901 additions & 1 deletion

File tree

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Start MyBlog application
5858
run: |
59-
dotnet run --project src/MyBlog.Web/MyBlog.Web.csproj -c Release --no-build > app.log 2>&1 &
59+
dotnet run --project src/MyBlog.Web/MyBlog.Web.csproj -c Release --no-build --no-launch-profile > app.log 2>&1 &
6060
echo $! > app.pid
6161
env:
6262
ASPNETCORE_URLS: http://localhost:5000

0 commit comments

Comments
 (0)