Skip to content

Change run to runAsync in NugetCommandV2 L0 tests #21097

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ivanduplenskikh
Copy link
Contributor

@ivanduplenskikh ivanduplenskikh commented Jun 19, 2025

Context

This PR fixes the unit tests in NuGetCommandV2 tasks that are failing in the PR #21065

AB#2273409


Task Name

NuGetCommandV2


Description

This PR changes run to runAsync in unit tests.
Additionally, was bumped the azure-pipelines-task-lib package from ^4.0.0-preview to 4.17.0.
The issue is that the package is locally installed with version 4.17.0 since it can be resolved by constraint ^4.0.0-preview, but in the CI environment, it was ^4.0.0-preview, causing the types breaking.


Risk Assessment (Low / Medium / High)

Low


Unit Tests Added or Updated (Yes / No)

N/A


Additional Testing Performed

N/A


Documentation Changes Required (Yes / No)

N/A


Checklist

  • Related issue linked (if applicable)
  • Task version was bumped — see versioning guide
  • Verified the task behaves as expected

@ivanduplenskikh ivanduplenskikh requested a review from a team as a code owner June 19, 2025 06:30
@ivanduplenskikh
Copy link
Contributor Author

/azp run

@ivanduplenskikh ivanduplenskikh force-pushed the users/iduplenkkikh/change-run-to-runasync-in-NugetCommandV2-l0 branch from 25cb8a9 to 01681d1 Compare June 19, 2025 08:18
@ivanduplenskikh
Copy link
Contributor Author

/azp run

@ivanduplenskikh ivanduplenskikh enabled auto-merge (squash) June 19, 2025 08:59
@ivanduplenskikh ivanduplenskikh force-pushed the users/iduplenkkikh/change-run-to-runasync-in-NugetCommandV2-l0 branch from 01681d1 to 71ab853 Compare June 19, 2025 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants