Farfetch / kafkaflow-retry-extensions

Kafka Flow Retry Patterns Extensions
https://farfetch.github.io/kafkaflow-retry-extensions/
MIT License
55 stars 7 forks source link

Fill dotnet projects metadata #51

Closed luispfgarces closed 2 years ago

luispfgarces commented 2 years ago

Description

These changes bring a new step to Publish action that fills project (*.csproj) metadata before running dotnet pack. Publish was also changed to move some values to environment variables.

Also, as this repository's Build action shares the build logic with Rules.Framework project, and since that logic has suffered some changes since the build was created, some changes were done:

Fixes #16.

How Has This Been Tested?

Tested using the pull request actions build.

Checklist

Disclaimer

By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement

luispfgarces commented 2 years ago

Seems to be working as expected.

image