From f9560a6def059491508411f4732af50af41344ba Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 8 Apr 2021 17:47:27 +1200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8ea90a80b..f4acf3fc6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -75,10 +75,10 @@ stages: vmImage: $(imageName) displayName: ${{ variables.buildDescription }} steps: - - name: Ensure NuGet Source - uses: fabriciomurta/ensure-nuget-source@v1 + - name: Ensure NuGet Source + uses: fabriciomurta/ensure-nuget-source@v1 - - checkout: self + - checkout: self - task: UseDotNet@2 displayName: Install .NET Core SDK