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

download and create local nuget from SDK repo #31

Merged
merged 2 commits into from
Jul 16, 2024
Merged

Conversation

adamhathcock
Copy link
Member

First build the SDK repo to create nugets:
image

Then build the connectors repo to create a local nuget feed with a custom command:
image

Then change your local connectors Directory.Packages.props

image

A restore from your IDE will modify package locks and use the new feed for a new version instead of using nuget because the version shouldn't exist yet

Copy link

codecov bot commented Jul 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 5.74%. Comparing base (22497c8) to head (a6e2ad6).

Additional details and impacted files
@@          Coverage Diff          @@
##             dev     #31   +/-   ##
=====================================
  Coverage   5.74%   5.74%           
=====================================
  Files        168     168           
  Lines       3448    3448           
  Branches     423     423           
=====================================
  Hits         198     198           
  Misses      3247    3247           
  Partials       3       3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BovineOx BovineOx merged commit 46c125c into dev Jul 16, 2024
6 checks passed
@BovineOx BovineOx deleted the local-sdk-nugets branch July 16, 2024 15:39
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.

2 participants