1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-22 15:57:50 +00:00

Update azure-pipelines.yml

This commit is contained in:
garfield69 2021-04-08 16:04:31 +12:00 committed by GitHub
parent 4539c0a2b0
commit 2fcb3014c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,6 +77,13 @@ stages:
steps:
- checkout: self
# https://github.com/actions/virtual-environments/issues/3038
# Workflow fails to download dependencies from NuGet.org
- uses: fabriciomurta/ensure-nuget-source@v1
with:
name: 'nuget.org'
url: 'https://api.nuget.org/v3/index.json'
- task: UseDotNet@2
displayName: Install .NET Core SDK
inputs: