Skip to content

Commit

Permalink
web build pipeline changes
Browse files Browse the repository at this point in the history
  • Loading branch information
asadsahi committed Nov 24, 2023
1 parent 623093b commit bbd3220
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/web-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.100'
- name: Build
run: dotnet build AspNetCoreSpa.sln -c Release

- name: Publish
run: dotnet publish src/Presentation/Web/Web.csproj -c Release -o publish
Expand Down

0 comments on commit bbd3220

Please sign in to comment.