We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104e3b4 commit 5cee5e7Copy full SHA for 5cee5e7
1 file changed
azure-pipelines/igniteui-angular-grid-examples.yml
@@ -77,8 +77,8 @@ stages:
77
fi
78
}
79
80
- # Pass 1: All first-level directories in projects/
81
- create_zips "$(Build.SourcesDirectory)/projects"
+ # Pass 1: All first-level directories in projects/grids/
+ create_zips "$(Build.SourcesDirectory)/projects/grids"
82
83
# Pass 2: All first-level directories in projects/charts/
84
create_zips "$(Build.SourcesDirectory)/projects/charts"
@@ -105,7 +105,6 @@ stages:
105
workingDir: '$(Build.SourcesDirectory)'
106
customCommand: 'install -g @angular/cli'
107
108
-
109
- task: Npm@1
110
displayName: 'Register licensed npm registry in .npmrc'
111
inputs:
0 commit comments