Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to produce beta packages #31

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

michalromanowskiap
Copy link
Collaborator

@michalromanowskiap michalromanowskiap commented Nov 17, 2023

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

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
Collaborator

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