Skip to content

Commit

Permalink
Updating value for classic test run
Browse files Browse the repository at this point in the history
  • Loading branch information
trwalke authored Jan 18, 2024
1 parent 794ae94 commit c69edf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/template-run-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ steps:

- task: VSTest@2
displayName: 'Run integration tests (.NET FX)'
condition: and(succeeded(), eq(variables['PipelineType'], ''))
condition: and(succeeded(), eq(variables['PipelineType'], 'legacy'))
inputs:
testSelector: 'testAssemblies'
testAssemblyVer2: '**\Microsoft.Identity.Test.Integration.netfx\bin\**\Microsoft.Identity.Test.Integration.NetFx.dll'
Expand Down
2 changes: 1 addition & 1 deletion build/template-run-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ steps:

- task: VSTest@2
displayName: 'Run unit tests (.NET FX)'
condition: and(succeeded(), eq(variables['PipelineType'], ''))
condition: and(succeeded(), eq(variables['PipelineType'], 'legacy'))
inputs:
testSelector: 'testAssemblies'
testAssemblyVer2: '**\Microsoft.Identity.Test.Unit\bin\**\net4*\Microsoft.Identity.Test.Unit.dll'
Expand Down

0 comments on commit c69edf1

Please sign in to comment.