Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgeowalt authored Aug 23, 2023
1 parent a22da6f commit e90dd9f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ jobs:
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Publish
run: dotnet publish create.csproj -c release -o webapi
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.2
with:
name: webapi
path: api/create/webapi**
if-no-files-found: error

0 comments on commit e90dd9f

Please sign in to comment.