Skip to content

Commit

Permalink
pass env variables to the notarize script
Browse files Browse the repository at this point in the history
  • Loading branch information
lkashef committed Feb 26, 2020
1 parent 08fbd45 commit bc8b84b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/vsts/platforms/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ jobs:
ATOM_MAC_CODE_SIGNING_CERT_PASSWORD: $(ATOM_MAC_CODE_SIGNING_CERT_PASSWORD)
ATOM_MAC_CODE_SIGNING_KEYCHAIN: $(ATOM_MAC_CODE_SIGNING_KEYCHAIN)
ATOM_MAC_CODE_SIGNING_KEYCHAIN_PASSWORD: $(ATOM_MAC_CODE_SIGNING_KEYCHAIN_PASSWORD)
AC_USER: $(AC_USER)
AC_PASSWORD: $(AC_PASSWORD)
- script: |
cp $(Build.SourcesDirectory)/out/*.zip $(Build.ArtifactStagingDirectory)
displayName: Stage Artifacts
Expand Down

0 comments on commit bc8b84b

Please sign in to comment.