chore(nuget): custom nuget release task#495
Merged
Conversation
✅ Deploy Preview for arcus-webapi canceled.
|
fgheysels
approved these changes
Nov 17, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #495 +/- ##
==========================================
- Coverage 66.07% 62.35% -3.73%
==========================================
Files 49 49
Lines 1801 1801
Branches 282 282
==========================================
- Hits 1190 1123 -67
- Misses 433 504 +71
+ Partials 178 174 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Since the new Ubuntu build image on DevOps does not have
monoinstalled, it means that some tools like NuGet are not built-in installed anymore. As a migration, they recommend doing it yourself.This PR uses the
dotnet nuget pushinstead (like we did with the MyGet release), which fixes this problem.