Add new dotnet version to compat stage as well.
This commit is contained in:
parent
65f65db8b9
commit
21b78f44c8
|
@ -255,6 +255,12 @@ jobs:
|
|||
steps:
|
||||
- checkout: none
|
||||
|
||||
- task: UseDotNet@2
|
||||
displayName: 'Update DotNet'
|
||||
inputs:
|
||||
packageType: sdk
|
||||
version: 3.1.100
|
||||
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: 'Download New Assembly Build Artifact'
|
||||
inputs:
|
||||
|
|
Loading…
Reference in New Issue
Block a user