download and create local nuget from SDK repo #31
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First build the SDK repo to create nugets:
![image](https://private-user-images.githubusercontent.com/527620/349134923-eb43074e-9a0c-4127-96f7-754eadae2218.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTI5NzksIm5iZiI6MTczOTI1MjY3OSwicGF0aCI6Ii81Mjc2MjAvMzQ5MTM0OTIzLWViNDMwNzRlLTlhMGMtNDEyNy05NmY3LTc1NGVhZGFlMjIxOC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwNTQ0MzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02NDEzNGNjM2EyNmY0ODQ3OGFiMDA2MGYxYTI3YjM1YzUwOTUyOGM5ZjUzMGNjMTk5MGRmMWEyZmYwNGI2YzRjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.O5YNf2wrz3VGzKL22c74RZdHkFGNhApoNkKcTXI8U7o)
Then build the connectors repo to create a local nuget feed with a custom command:
![image](https://private-user-images.githubusercontent.com/527620/349135303-d25a155b-1095-4f96-8580-7e0c1b3ee5b7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTI5NzksIm5iZiI6MTczOTI1MjY3OSwicGF0aCI6Ii81Mjc2MjAvMzQ5MTM1MzAzLWQyNWExNTViLTEwOTUtNGY5Ni04NTgwLTdlMGMxYjNlZTViNy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwNTQ0MzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05YzRiMjA4ZTY4OTY5MzE4Mjc3MDM0ZDNkOGU3MDM2MGFjYTBjNDE4ODM5NDhkNWVmN2I5N2ViYTBlOTAzMTA5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.kfTNfGP_SeunyMN8l5Y-anLvrXiZ7h0n3eoemphLHD4)
Then change your local connectors
Directory.Packages.props
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