Capgemini / xrm-datamigration

Export and import data for Microsoft Dataverse. Supports JSON and CSV.
MIT License
24 stars 11 forks source link

ci: fixed pipeline failing to push nuget package #17

Closed realekhor closed 3 years ago

realekhor commented 3 years ago

fix: (Ensure code artefacts are built before NuGet pack job)

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

realekhor commented 3 years ago

think comments are all addressed. please let me know if any is missing

ewingjm commented 3 years ago

Looks good now, @realekhor. Just remember the commits will form the changelog when we have the GitHub release/tagging automated as well - I'd suggest something more specific for the commit title e.g. ci: fixed pipeline failing to push nuget package. I usually go for all lower-case as well for consistency. Seems to be standard for conventional commits.