Skip to content

Commit

Permalink
Update workflow to pack builders if not v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiepollock committed Jan 15, 2024
1 parent c542670 commit afda7da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Publish-to-NuGet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
- name: Pack Rhythm.Drop.Infrastructure
run: dotnet pack ./src/Rhythm.Drop.Infrastructure/Rhythm.Drop.Infrastructure.csproj --no-restore -c $BUILD_CONFIG /p:version=$PACKAGE_VERSION

- name: Pack Rhythm.Drop.Builders
if: ${{ ! startsWith($PACKAGE_VERSION, '1.') }}
run: dotnet pack ./src/Rhythm.Drop.Builders/Rhythm.Drop.Builders.csproj --no-restore -c $BUILD_CONFIG /p:version=$PACKAGE_VERSION

- name: Pack Rhythm.Drop.Web.Infrastructure
run: dotnet pack ./src/Rhythm.Drop.Web.Infrastructure/Rhythm.Drop.Web.Infrastructure.csproj --no-restore -c $BUILD_CONFIG /p:version=$PACKAGE_VERSION

Expand Down

0 comments on commit afda7da

Please sign in to comment.