From 1d456c3134a4e485caf6078714ceda981b092011 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Fri, 23 Dec 2022 01:14:34 +1000 Subject: [PATCH] fix type of parameters --- .azure/pipelines/azure-pipelines-clean-agent.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure/pipelines/azure-pipelines-clean-agent.yml b/.azure/pipelines/azure-pipelines-clean-agent.yml index 2d279ff4..0a43e1dc 100644 --- a/.azure/pipelines/azure-pipelines-clean-agent.yml +++ b/.azure/pipelines/azure-pipelines-clean-agent.yml @@ -1,15 +1,15 @@ parameters: - name: CleanArtifactsFolder - type: bool + type: boolean default: true - name: CleanBinariesFolder - type: bool + type: boolean default: true - name: CleanSourcesFolder - type: bool + type: boolean default: false - name: CleanPublishFolder - type: bool + type: boolean default: false - name: PublishFolder type: string