Update azure-pipelines.yml

This commit is contained in:
Garfield69 2021-04-08 17:45:58 +12:00
parent e520dc353d
commit a7efe4a6d3
1 changed files with 4 additions and 1 deletions

View File

@ -75,7 +75,10 @@ stages:
vmImage: $(imageName)
displayName: ${{ variables.buildDescription }}
steps:
- checkout: self
- name: Ensure NuGet Source
uses: fabriciomurta/ensure-nuget-source@v1
- checkout: self
- task: UseDotNet@2
displayName: Install .NET Core SDK