Skip to content

Commit

Permalink
Merge pull request #235 from PapstIO/feature/version-dependency
Browse files Browse the repository at this point in the history
Restore release dependencies
  • Loading branch information
MPapst authored Nov 12, 2024
2 parents 0f4d0bf + b8ef6c8 commit 6220af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ jobs:
- name: Use Nerdbank.GitVersioning to get version
run: nbgv get-version

- name: Restore dependencies
run: dotnet restore --configuration Release

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

- name: Run tests
run: dotnet test --no-build --verbosity normal --configuration Release
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ jobs:
with:
dotnet-version: '8.x'

- name: Restore dependencies
run: dotnet restore --configuration Release

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

- name: Run tests
run: dotnet test --no-build --verbosity normal --configuration Release

0 comments on commit 6220af5

Please sign in to comment.