Skip to content

Commit

Permalink
Disable tests in pipeline until we can upgrade to .NET 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbar27 committed Aug 4, 2023
1 parent 9ac5698 commit 92d4454
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ steps:
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'

- task: VSTest@2
inputs:
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'
testSelector: 'testAssemblies'
testAssemblyVer2: |
**\*Tests.dll
searchFolder: '$(System.DefaultWorkingDirectory)'
#- task: VSTest@2
# inputs:
# platform: '$(buildPlatform)'
# configuration: '$(buildConfiguration)'
# testSelector: 'testAssemblies'
# testAssemblyVer2: |
# **\*Tests.dll
# searchFolder: '$(System.DefaultWorkingDirectory)'

0 comments on commit 92d4454

Please sign in to comment.