File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff 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
2117name : $(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-
You can’t perform that action at this time.
0 commit comments