Skip to content

Conversation

@isaacabraham
Copy link
Member

No description provided.

Copy link
Collaborator

@ninjarobot ninjarobot left a comment

Choose a reason for hiding this comment

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

This looks good - my one suggestion is to have a separate workflow for building and publishing the nuget package so it can be triggered on releases instead of on merges.

run: dotnet build -c release
- name: Run Tests
run: dotnet test -c release -l trx --collect:"XPlat Code Coverage"
- name: Create NuGet Package
Copy link
Collaborator

Choose a reason for hiding this comment

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

You might want to consider moving this to a different action so it's triggered when releases are created rather than on every push to master. Here's an example from one of my other projects.

@martinbryant
Copy link
Contributor

@isaacabraham any chance you will have some time to re visit this one?

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.

4 participants