Skip to content

Commit e2e1c42

Browse files
authored
Merge pull request #13 from IgniteUI/rstratkov/react-grid-demos-wc-polish
Polish React grid demos wc azure pipeline
2 parents 509b1e6 + 4d6c0f2 commit e2e1c42

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

wc-grid-examples-react.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ parameters:
1212
displayName: 'Get verbose output from steps - where configurable'
1313
type: boolean
1414
default: false
15-
- name: shouldCleanPostExecution
16-
displayName: 'Clean all pipeline dirs after the pipeline finishes?'
17-
type: boolean
18-
default: true
1915

2016

2117
name: $(Year:yyyy).$(Month).$(DayOfMonth)-r$(Rev:.r)
@@ -111,6 +107,8 @@ stages:
111107
customCommand: 'install --legacy-peer-deps'
112108
customEndpoint: 'public proget'
113109

110+
# TODO: igniteui-cli to be used after project corrections
111+
# to be able to use licensed packages
114112
# - task: Npm@1
115113
# displayName: 'Install Ignite UI CLI globally'
116114
# inputs:
@@ -157,7 +155,3 @@ stages:
157155
targetPath: '$(Build.SourcesDirectory)/dist'
158156
artifact: 'dist.grid-demos-react'
159157
publishLocation: 'pipeline'
160-
161-
- ${{ if eq(parameters.shouldCleanPostExecution, true) }}:
162-
- task: PostBuildCleanup@4
163-

0 commit comments

Comments
 (0)