Skip to content

Commit af3635d

Browse files
committed
Create a build script (bash) to build and publish the dotnet web api
1 parent 02d29df commit af3635d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sh/build_app.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
dotnet restore
3+
dotnet build
4+
dotnet publish ~/dev/all/reference-architecture-api/src/Infrastructure.WebApi/Infrastructure.WebApi.csproj -o ~/dev/all/reference-architecture-api/publish

0 commit comments

Comments
 (0)