Skip to content

Commit

Permalink
ci : version add
Browse files Browse the repository at this point in the history
  • Loading branch information
iammukeshm committed Nov 22, 2024
1 parent 2d93718 commit bcebba6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/webapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- uses: actions/checkout@v4
- name: setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.100
- name: restore dependencies
run: dotnet restore ./src/api/server/Server.csproj
- name: build
Expand Down

0 comments on commit bcebba6

Please sign in to comment.