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

[Client encryption]: Fixes missing files errors at time of nuget publishing. #4896

Conversation

aavasthy
Copy link
Contributor

Pull Request Template

Description

Updated the Microsoft.Azure.Cosmos.Encryption package and Microsoft.Azure.Cosmos.Encryption.Custom package so as to fix missing icon.png and license.txt errors when publishing these packages locally.

Type of change

Below the are the errors the project throws while publishing the nuget package.
image
image

After the fix is implemented the nuget package publishes successfully.
image
image

  • Bug fix (non-breaking change which fixes an issue)

Closing issues

To automatically close an issue: closes #IssueNumber

@aavasthy aavasthy self-assigned this Nov 18, 2024
@aavasthy aavasthy marked this pull request as ready for review November 18, 2024 20:39
@aavasthy aavasthy added the auto-merge Enables automation to merge PRs label Nov 19, 2024
Copy link

@ananth7592 ananth7592 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Does the icon.png at line number 30 also needs to be changed to this new path https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/Microsoft.Azure.Cosmos/src/Microsoft.Azure.Cosmos.csproj#L30 ?

@aavasthy
Copy link
Contributor Author

nit: Does the icon.png at line number 30 also needs to be changed to this new path https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/Microsoft.Azure.Cosmos/src/Microsoft.Azure.Cosmos.csproj#L30 ?

PackagePath="" places the Icon.png file at the root of the package so that is why the value does not need to change in this case.

@aavasthy aavasthy removed the auto-merge Enables automation to merge PRs label Nov 19, 2024
@aavasthy aavasthy added the auto-merge Enables automation to merge PRs label Nov 19, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot merged commit 1c18566 into master Nov 19, 2024
23 checks passed
@microsoft-github-policy-service microsoft-github-policy-service bot deleted the users/aavasthy/fix_encryptionproject_build branch November 19, 2024 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge Enables automation to merge PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants