From fe8b611af1dc788de35e7de6546905dd0e3c4d6c Mon Sep 17 00:00:00 2001 From: IGvaleries Date: Mon, 16 Dec 2024 17:55:55 -0500 Subject: [PATCH] Update build-steps-template.yml --- azure-pipelines/templates/build-steps-template.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines/templates/build-steps-template.yml b/azure-pipelines/templates/build-steps-template.yml index e8a365912..6aff39bc0 100644 --- a/azure-pipelines/templates/build-steps-template.yml +++ b/azure-pipelines/templates/build-steps-template.yml @@ -78,7 +78,6 @@ steps: displayName: 'dotnet restore' enabled: false continueOnError: true - enabled: true inputs: command: 'restore' projects: '$(Build.SourcesDirectory)\browser\IgBlazorSamples.${{ parameters.projectToBuild }}'