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

Adding PackageSourceMapping while adding new sources #21049

Merged
merged 3 commits into from
Oct 11, 2024

Conversation

enisn
Copy link
Member

@enisn enisn commented Oct 11, 2024

Description

Resolves https://github.com/volosoft/abp-studio/issues/2006

After this PR, when Nightly source is added to NuGet.Config file, also package mapping will be added.
Line:16 in the following image
image

Checklist

  • I fully tested it as developer / designer and created unit / integration tests
  • I documented it (or no need to document or I will create a separate documentation issue)

How to test?

  • Remove all abp cli variations from dotnet global tools first:
dotnet tool uninstall -g volo.abp.Cli
dotnet tool uninstall -g volo.abp.studio.Cli
  • Go to Volo.Abp.Cli folder and pack it and install it:
dotnet pack -c Release -o ./nupkg
dotnet tool update -g Volo.Abp.Cli --add-source ./nupkg --prerelease
  • Then create a project and update it to nightly with command:
abp switch-to-nightly

@enisn enisn added this to the 9.0-final milestone Oct 11, 2024
@enisn enisn requested a review from EngincanV October 11, 2024 08:05
@EngincanV EngincanV merged commit 2880b5f into prerel-9.0 Oct 11, 2024
2 of 3 checks passed
@EngincanV EngincanV deleted the 9.0-cli-package-source-mapping branch October 11, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants