Skip to content

Commit

Permalink
Fixed build file
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperweber committed Sep 8, 2023
1 parent acb1ebf commit dfdba0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- name: Build
run: dotnet build $PROJECT --configuration $BUILD_CONFIG -p:Version=$BUILD_VERSION --no-restore

if: "!startsWith(github.ref, 'refs/heads/release')"
- name: Run tests
if: "!startsWith(github.ref, 'refs/heads/release')"
run: dotnet test --no-restore --verbosity normal

- name: Publish on nuget.org
Expand Down

0 comments on commit dfdba0d

Please sign in to comment.