unit test still have

This commit is contained in:
Clint Rutkas
2022-01-25 14:57:10 -08:00
parent 4d5fcd0975
commit e61d70813c

View File

@@ -7,6 +7,12 @@ steps:
submodules: true submodules: true
clean: true clean: true
- task: UseDotNet@2
displayName: 'Use .NET 3.1 for unit test SDK'
inputs:
packageType: sdk
version: '3.1.x'
- task: UseDotNet@2 - task: UseDotNet@2
displayName: 'Use .NET 6 SDK' displayName: 'Use .NET 6 SDK'
inputs: inputs: