Skip to content

Allow to produce beta packages#31

Open
michalromanowskiap wants to merge 7 commits into
mainfrom
feature/beta
Open

Allow to produce beta packages#31
michalromanowskiap wants to merge 7 commits into
mainfrom
feature/beta

Conversation

@michalromanowskiap

@michalromanowskiap michalromanowskiap commented Nov 17, 2023

Copy link
Copy Markdown
Contributor
  • add workflow_dispatch trigger - allow to trigger publish pipelines by hand
  • add versionSuffix arg for non-main branches to produce beta packages

Comment thread .github/workflows/template.yml Outdated
run: dotnet pack -v normal -c Release --no-build --include-symbols --include-source -o package
- name: Pack BETA
if: ${{ github.ref != 'refs/heads/main' }}
run: dotnet pack -v normal -c Release --no-build --include-symbols --include-source -o package --version-suffix beta

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add some number after beta, something like a workflow number? beta.12345

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants