mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Add new dotnet version to compat stage as well.
This commit is contained in:
parent
65f65db8b9
commit
21b78f44c8
@ -254,6 +254,12 @@ jobs:
|
|||||||
maxParallel: 2
|
maxParallel: 2
|
||||||
steps:
|
steps:
|
||||||
- checkout: none
|
- checkout: none
|
||||||
|
|
||||||
|
- task: UseDotNet@2
|
||||||
|
displayName: 'Update DotNet'
|
||||||
|
inputs:
|
||||||
|
packageType: sdk
|
||||||
|
version: 3.1.100
|
||||||
|
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: 'Download New Assembly Build Artifact'
|
displayName: 'Download New Assembly Build Artifact'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user