Skip to content

Commit

Permalink
Merge pull request #491 from AugurProject/1.17.0-snapshot
Browse files Browse the repository at this point in the history
1.17.0 snapshot
  • Loading branch information
petong committed Oct 26, 2019
2 parents a9b11ea + f926840 commit edac0f1
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 148 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
versionSpec: '10.15'
- bash: ./scripts/azure-electron-build.sh
env:
GH_TOKEN: $(github_token)
GH_TOKEN: $(GITHUB_TOKEN)

- job: macOS
pool:
Expand All @@ -39,7 +39,7 @@ jobs:
versionSpec: '10.15'
- bash: ./scripts/azure-electron-build.sh
env:
GH_TOKEN: $(github_token)
GH_TOKEN: $(GITHUB_TOKEN)

- job: Windows
pool:
Expand All @@ -53,6 +53,6 @@ jobs:
versionSpec: '10.15'
- bash: ./scripts/azure-electron-build.sh
env:
GH_TOKEN: $(github_token)
GH_TOKEN: $(GITHUB_TOKEN)
WIN_CSC_KEY_PASSWORD: $(csc_key_password)
WIN_CSC_LINK: $(csc_link)

0 comments on commit edac0f1

Please sign in to comment.