Skip to content

Commit

Permalink
Map coveralls token env variable to matching ADO secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnutter committed Nov 21, 2019
1 parent 0e64f1c commit cb2ce4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/msal-core/build/npm-build-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ steps:
command: 'custom'
workingDir: 'lib/msal-core'
customCommand: 'run build'

- task: Npm@1
env:
COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN)
inputs:
command: 'custom'
workingDir: 'lib/msal-core'
Expand Down

0 comments on commit cb2ce4e

Please sign in to comment.