Skip to content

Commit

Permalink
fix: explicitly specify dotnet 3.1.102 in tests build
Browse files Browse the repository at this point in the history
  • Loading branch information
benbelow committed May 11, 2020
1 parent 8e77e9d commit a22c68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:

steps:
- task: UseDotNet@2
displayName: 'Use .Net Core sdk 3.1.x'
displayName: 'Use .Net Core sdk 3.1.102'
inputs:
version: 3.1.x
version: 3.1.102

- task: DotNetCoreCLI@2
inputs:
Expand Down

0 comments on commit a22c68e

Please sign in to comment.