Skip to content

Commit

Permalink
Ensure package is build even on CI
Browse files Browse the repository at this point in the history
Originally, it wasn't built and thus couldn't be uploaded as an
artifact.
  • Loading branch information
jahav committed Sep 1, 2024
1 parent 1b29632 commit fb7e021
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
files: tests/Sanctuary.Core.Tests/TestResults/**/coverage.opencover.xml

- name: Pack DataIsland.Core
if: startsWith(github.ref, 'refs/tags/')
run: dotnet pack src/Sanctuary.Core/Sanctuary.Core.csproj --configuration Release /p:PackageVersion=1.0.0-${{ github.run_number }}-${{ github.sha }}

- name: Archive Core package
Expand Down

0 comments on commit fb7e021

Please sign in to comment.