Skip to content

Commit 3ea732b

Browse files
Remove trial to license for now
1 parent f3ead36 commit 3ea732b

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

wc-grid-examples-react.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -111,29 +111,29 @@ stages:
111111
customCommand: 'install --legacy-peer-deps'
112112
customEndpoint: 'public proget'
113113

114-
- task: Npm@1
115-
displayName: 'Install Ignite UI CLI globally'
116-
inputs:
117-
verbose: ${{ parameters.isVerbose }}
118-
command: custom
119-
workingDir: '$(Build.SourcesDirectory)'
120-
customCommand: 'install -g igniteui-cli'
121-
122-
- task: Bash@3
123-
displayName: 'Run Ignite UI Upgrade in Root and All Project Subdirectories'
124-
inputs:
125-
targetType: 'inline'
126-
script: |
127-
echo "Running Ignite UI package upgrade at root level..."
128-
npx ig upgrade-packages --skip-install
129-
130-
echo "Running Ignite UI package upgrade in all project subdirectories..."
131-
for dir in $(Build.SourcesDirectory)/projects/*/; do
132-
if [ -d "$dir" ]; then
133-
echo "Processing: $dir"
134-
(cd "$dir" && npx ig upgrade-packages --skip-install)
135-
fi
136-
done
114+
# - task: Npm@1
115+
# displayName: 'Install Ignite UI CLI globally'
116+
# inputs:
117+
# verbose: ${{ parameters.isVerbose }}
118+
# command: custom
119+
# workingDir: '$(Build.SourcesDirectory)'
120+
# customCommand: 'install -g igniteui-cli'
121+
122+
# - task: Bash@3
123+
# displayName: 'Run Ignite UI Upgrade in Root and All Project Subdirectories'
124+
# inputs:
125+
# targetType: 'inline'
126+
# script: |
127+
# echo "Running Ignite UI package upgrade at root level..."
128+
# npx ig upgrade-packages --skip-install
129+
130+
# echo "Running Ignite UI package upgrade in all project subdirectories..."
131+
# for dir in $(Build.SourcesDirectory)/projects/*/; do
132+
# if [ -d "$dir" ]; then
133+
# echo "Processing: $dir"
134+
# (cd "$dir" && npx ig upgrade-packages --skip-install)
135+
# fi
136+
# done
137137

138138
- task: Npm@1
139139
displayName: 'npm install --legacy-peer-deps'

0 commit comments

Comments
 (0)