1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-12 21:38:38 +00:00

Remove .NET 5 download task

This commit is contained in:
Robert Beekman 2020-11-20 17:23:57 +01:00
parent 88202d0bd9
commit f933cec32d

View File

@ -17,12 +17,6 @@ steps:
- checkout: self
path: s/Artemis
- task: UseDotNet@2
displayName: 'Install .Net 5 SDK'
inputs:
packageType: 'sdk'
version: '5.0.100'
- task: DownloadPipelineArtifact@2
inputs:
buildType: 'specific'