Skip to content

Commit

Permalink
Add more actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay committed Feb 15, 2023
1 parent c0bd129 commit 0c99343
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
with:
dotnet-version: 6.0.x

- name: Install dependencies
run: dotnet restore

- name: Build
run: dotnet build --configuration Release --no-restore

- name: Build solution and generate NuGet package
run: |
cd $PROJECT_PATH
Expand Down

0 comments on commit 0c99343

Please sign in to comment.