-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add publishToNuget lib and fix workspace overwrite issue for signing #117
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #117 +/- ##
============================================
+ Coverage 83.41% 83.50% +0.08%
Complexity 24 24
============================================
Files 68 69 +1
Lines 193 194 +1
Branches 11 11
============================================
+ Hits 161 162 +1
Misses 25 25
Partials 7 7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
9ec7e9d
to
edce780
Compare
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
edce780
to
9816732
Compare
@gaiksaya LGTM, only code we have to look for is |
Even if there are I believe we should not be signing them as our own. @Xtansia can confirm though is there is any possibility in future. |
Since those dependent package |
The NuGet package only contains the DLL for the specific library, it doesn't contain dependencies DLLs, it's purely managed via metadata. This can be seen here: https://nuget.info/packages/OpenSearch.Client/1.2.0 |
And yes, all publicly consumable packages from |
Thanks! That answers our question. |
Signed-off-by: Sayali Gaikawad gaiksaya@amazon.com
Description
Issues Resolved
resolves opensearch-project/opensearch-build#1436
resolves opensearch-project/opensearch-build#2965
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.