Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPristensky committed Feb 26, 2024
1 parent 2d99e49 commit 046f84a
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions appcenter-cli-1ES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ variables:
- name: API_TOKEN_KEY_VAULT
value: 'distributionStoresInt'
- name: API_TOKEN_KEY_VAULT_AZURE_SUBSCRIPTION
value: 'App Center - INT (f4147d36-1601-4338-ae2c-693eb61b75d8)'
- name: COMPONENT_GOVERNANCE_IGNORE_DIRS
value: 'src/commands/test/lib/templates/appium,dist/commands/test/lib/templates/appium'
value: 'App Center - INT'

resources:
repositories:
Expand Down Expand Up @@ -80,12 +78,6 @@ extends:
testRunTitle: 'appcenter-file-upload-client-node unit tests'
displayName: 'Verify appcenter-file-upload-client-node unit test result'

- script: |
npm pack
npm install -g appcenter-cli*.tgz
displayName: 'Package appcenter-cli'
workingDirectory: $(Build.SourcesDirectory)
- task: AzureKeyVault@1
inputs:
azureSubscription: '$(API_TOKEN_KEY_VAULT_AZURE_SUBSCRIPTION)'
Expand Down Expand Up @@ -116,7 +108,8 @@ extends:

- script: |
npm pack
displayName: 'Package for npm release'
npm install -g appcenter-cli*.tgz
displayName: 'Package appcenter-cli'
workingDirectory: $(Build.SourcesDirectory)
- task: DeleteFiles@1
Expand Down

0 comments on commit 046f84a

Please sign in to comment.