From 9a5e956ea71fd3cc4577b54486f908e43b73c842 Mon Sep 17 00:00:00 2001 From: rstratkovinfrag Date: Thu, 24 Apr 2025 15:29:32 +0300 Subject: [PATCH] Polish React grid demos wc azure pipeline --- wc-grid-examples-react.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/wc-grid-examples-react.yml b/wc-grid-examples-react.yml index 8343c36..7ed836e 100644 --- a/wc-grid-examples-react.yml +++ b/wc-grid-examples-react.yml @@ -12,10 +12,6 @@ parameters: displayName: 'Get verbose output from steps - where configurable' type: boolean default: false -- name: shouldCleanPostExecution - displayName: 'Clean all pipeline dirs after the pipeline finishes?' - type: boolean - default: true name: $(Year:yyyy).$(Month).$(DayOfMonth)-r$(Rev:.r) @@ -111,6 +107,8 @@ stages: customCommand: 'install --legacy-peer-deps' customEndpoint: 'public proget' + # TODO: igniteui-cli to be used after project corrections + # to be able to use licensed packages # - task: Npm@1 # displayName: 'Install Ignite UI CLI globally' # inputs: @@ -157,7 +155,3 @@ stages: targetPath: '$(Build.SourcesDirectory)/dist' artifact: 'dist.grid-demos-react' publishLocation: 'pipeline' - - - ${{ if eq(parameters.shouldCleanPostExecution, true) }}: - - task: PostBuildCleanup@4 -