Skip to content

Commit

Permalink
0.8.1-prebuilt2
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb committed Jul 26, 2019
1 parent 972abcc commit 45f989b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
npm i
displayName: 'Install dependencies and build'
- script: |
npx prebuild -t 3.0.0 -t 4.0.0 -t 4.0.4 -t 5.0.0 -r electron -u $GITHUB_RELEASE_TOKEN
npx prebuild -t 2.0.0 -t 3.0.0 -t 4.0.0 -t 4.0.4 -t 5.0.0 -r electron -u $GITHUB_RELEASE_TOKEN
env:
GITHUB_RELEASE_TOKEN: $(GITHUB_RELEASE_TOKEN)
displayName: 'Prebuild and publish'
Expand All @@ -34,7 +34,7 @@ jobs:
npm i
displayName: 'Install dependencies and build'
- script: |
npx prebuild -t 3.0.0 -t 4.0.0 -t 4.0.4 -t 5.0.0 -r electron -a ia32 -u $GITHUB_RELEASE_TOKEN
npx prebuild -t 2.0.0 -t 3.0.0 -t 4.0.0 -t 4.0.4 -t 5.0.0 -r electron -a ia32 -u $GITHUB_RELEASE_TOKEN
env:
GITHUB_RELEASE_TOKEN: $(GITHUB_RELEASE_TOKEN)
displayName: 'Prebuild and publish'
Expand All @@ -50,7 +50,7 @@ jobs:
npm i
displayName: 'Install dependencies and build'
- script: |
npx prebuild -t 3.0.0 -t 4.0.0 -t 4.0.4 -t 5.0.0 -r electron -u $GITHUB_RELEASE_TOKEN
npx prebuild -t 2.0.0 -t 3.0.0 -t 4.0.0 -t 4.0.4 -t 5.0.0 -r electron -u $GITHUB_RELEASE_TOKEN
env:
GITHUB_RELEASE_TOKEN: $(GITHUB_RELEASE_TOKEN)
displayName: 'Prebuild and publish'
Expand All @@ -74,7 +74,7 @@ jobs:
node-gyp configure --msvs_version=2017
displayName: 'Set msvs_version'
- script: |
npx prebuild -t 3.0.0 -t 4.0.0 -t 4.0.4 -r electron --include-regex "\.(node|exe|dll|pdb)$" -u %GITHUB_RELEASE_TOKEN%
npx prebuild -t 2.0.0 -t 3.0.0 -t 4.0.0 -t 4.0.4 -r electron --include-regex "\.(node|exe|dll|pdb)$" -u %GITHUB_RELEASE_TOKEN%
env:
GITHUB_RELEASE_TOKEN: $(GITHUB_RELEASE_TOKEN)
displayName: 'Prebuild and publish'
Expand All @@ -98,7 +98,7 @@ jobs:
node-gyp configure --msvs_version=2017
displayName: 'Set msvs_version'
- script: |
npx prebuild -t 3.0.0 -t 4.0.0 -t 4.0.4 -r electron -a ia32 --include-regex "\.(node|exe|dll|pdb)$" -u %GITHUB_RELEASE_TOKEN%
npx prebuild -t 2.0.0 -t 3.0.0 -t 4.0.0 -t 4.0.4 -r electron -a ia32 --include-regex "\.(node|exe|dll|pdb)$" -u %GITHUB_RELEASE_TOKEN%
env:
GITHUB_RELEASE_TOKEN: $(GITHUB_RELEASE_TOKEN)
displayName: 'Prebuild and publish'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": {
"name": "Microsoft Corporation"
},
"version": "0.8.1-prebuilt",
"version": "0.8.1-prebuilt2",
"license": "MIT",
"main": "./lib/index.js",
"types": "./typings/node-pty.d.ts",
Expand Down

0 comments on commit 45f989b

Please sign in to comment.