Closed
Description
Currently, the pipeline (AppVeyor) generates the NuGet package (.nupkg
) and attaches it to the GitHub release files. However, the JSON file is not included in the release files. This enhancement aims to update the pipeline to ensure the JSON file is also included in the GitHub release.
Tasks
- Modify the pipeline configuration to include the JSON file in the list of artifacts for the release.
- Ensure the JSON file is properly packaged or copied to the appropriate location before the release step.
- Verify that the
.nupkg
and JSON files are attached to the GitHub release.
Acceptance Criteria
- The pipeline attaches the
.nupkg
and the JSON file to the GitHub release files. - The JSON file correctly names and matches the expected format and content.
- A successful pipeline run with the updated configuration demonstrates that both files have been uploaded to GitHub.
Metadata
Metadata
Assignees
Labels
Continuous Integration / PipelineA enhancement to the projectGitAuto label to trigger the app in a issue.A issue for someone self assign and help me =DParticipation in the Hacktoberfest eventFeel free to take this issue for you and help me!Pull requests that update Javascript codePublishing packagesContinuous Integration/Continuous Deployment processesInfrastructure-related tasks or issuesA task that can be completed in a few minutes