Skip to content

Commit 5cee5e7

Browse files
Separate grids in build pipeline angular-grid-demos (#135)
* Add grids to zip from separate folder * fix comment * remove whitespace
1 parent 104e3b4 commit 5cee5e7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

azure-pipelines/igniteui-angular-grid-examples.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ stages:
7777
fi
7878
}
7979
80-
# Pass 1: All first-level directories in projects/
81-
create_zips "$(Build.SourcesDirectory)/projects"
80+
# Pass 1: All first-level directories in projects/grids/
81+
create_zips "$(Build.SourcesDirectory)/projects/grids"
8282
8383
# Pass 2: All first-level directories in projects/charts/
8484
create_zips "$(Build.SourcesDirectory)/projects/charts"
@@ -105,7 +105,6 @@ stages:
105105
workingDir: '$(Build.SourcesDirectory)'
106106
customCommand: 'install -g @angular/cli'
107107

108-
109108
- task: Npm@1
110109
displayName: 'Register licensed npm registry in .npmrc'
111110
inputs:

0 commit comments

Comments
 (0)