Skip to content

Commit 35cbeda

Browse files
committed
removing the step entirely
1 parent cd70c09 commit 35cbeda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ steps:
66
- script: npm config set @infragistics:registry $(npmRegistry)
77
displayName: 'Npm add registry'
88

9-
- script: npm config set $(igScope):always-auth=true
10-
displayName: 'Npm config'
9+
# - script: npm config set $(igScope):always-auth=true
10+
# displayName: 'Npm config'
1111

1212
- script: npm config set $(igScope):_auth=$(token)
1313
displayName: 'Npm config auth'

0 commit comments

Comments
 (0)