Open
Conversation
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
sanjuyadav24
reviewed
Apr 9, 2026
| }, | ||
| { | ||
| "name": "distributionBatchType", | ||
| { "name": "vstestArchitecture", |
Contributor
There was a problem hiding this comment.
NIT: please update indentation
| "arm64": "arm64" | ||
| } | ||
| }, | ||
| { "name": "distributionBatchType", |
Contributor
There was a problem hiding this comment.
NIT: please update documentation
| console.log(tl.loc('otherConsoleOptionsInput', testConfiguration.otherConsoleOptions)); | ||
|
|
||
| testConfiguration.vstestArchitecture = tl.getInput('vstestArchitecture') || 'x64'; | ||
| console.log('vstestArchitecture: ' + testConfiguration.vstestArchitecture); |
Contributor
There was a problem hiding this comment.
isn't this also needs to be localized, similar to other logs?
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.
Context
Added ARM64 architecture support to both VsTestV2 and VsTestV3 tasks. A new vstestArchitecture input ( x86 / x64 / arm64, default x64) was added to the executionOptions group in task.json and task.loc.json. The models.ts interface was extended with a vstestArchitecture: string field, and taskinputparser.ts was updated to read the input value.
Task Name
VstestV2 and VstestV3
Description
Added ARM64 architecture support to both VsTestV2 and VsTestV3 tasks. A new vstestArchitecture input ( x86 / x64 / arm64, default x64) was added to the executionOptions group in task.json and task.loc.json. The models.ts interface was extended with a vstestArchitecture: string field, and taskinputparser.ts was updated to read the input value.
Risk Assessment (Low / Medium / High)
Low
Change Behind Feature Flag (Yes / No)
No
Tech Design / Approach
Documentation Changes Required (Yes/No)
Yes , need to add ARM64 support
Unit Tests Added or Updated (Yes / No)
yes
Additional Testing Performed
Local testing
Rollback Scenario and Process (Yes/No)
Dependency Impact Assessed and Regression Tested (Yes/No)
Checklist