mirror of https://github.com/Jackett/Jackett
Update azure-pipelines.yml
This commit is contained in:
parent
e520dc353d
commit
a7efe4a6d3
|
@ -75,7 +75,10 @@ stages:
|
||||||
vmImage: $(imageName)
|
vmImage: $(imageName)
|
||||||
displayName: ${{ variables.buildDescription }}
|
displayName: ${{ variables.buildDescription }}
|
||||||
steps:
|
steps:
|
||||||
- checkout: self
|
- name: Ensure NuGet Source
|
||||||
|
uses: fabriciomurta/ensure-nuget-source@v1
|
||||||
|
|
||||||
|
- checkout: self
|
||||||
|
|
||||||
- task: UseDotNet@2
|
- task: UseDotNet@2
|
||||||
displayName: Install .NET Core SDK
|
displayName: Install .NET Core SDK
|
||||||
|
|
Loading…
Reference in New Issue