Skip to content

Commit

Permalink
Update publish-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
izanhzh authored Dec 6, 2023
1 parent f8b4997 commit fd89534
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]


defaults:
run:
working-directory: ./framework

jobs:
build:

Expand All @@ -19,8 +23,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 5.0.x
- name: Go to framework folder
run: cd framework
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit fd89534

Please sign in to comment.