Skip to content

Commit

Permalink
Explicitly adding 3.1 to test steps. (#6666)
Browse files Browse the repository at this point in the history
Co-authored-by: Tracy Boehrer <[email protected]>
  • Loading branch information
tracyboehrer and Tracy Boehrer authored Jul 11, 2023
1 parent 377ea52 commit 1e0ec18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/yaml/ci-test-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ steps:
verbose: false
customCommand: 'install -g @microsoft/botframework-cli@next'

- task: UseDotNet@2
displayName: "Install .NET Core 3.1.415"
continueOnError: true
inputs:
packageType: "sdk"
version: 3.1.415
condition: and(succeeded(), eq(variables['BuildConfiguration'],'Release-Windows'), eq(variables['BuildTarget'],'netcoreapp31'))

- task: DotNetCoreCLI@2
displayName: 'dotnet test (release) 3.1'
inputs:
Expand Down

0 comments on commit 1e0ec18

Please sign in to comment.