Commit Graph

138 Commits

Author SHA1 Message Date
Alexandru Dima
bbaff3d568 Adopt Cache@2 for node modules caching 2020-12-24 10:08:06 +01:00
Alexandru Dima
f23ed65688 Compute node modules cache key in JS to avoid globbing 2020-12-23 13:21:55 +01:00
Alexandru Dima
c2f1a367ef Adjust node module path 2020-12-21 09:02:17 +01:00
Alexandru Dima
d1fff1a083 Check in .js files from the /build/ folder to improve build speeds 2020-12-14 11:13:16 +01:00
Joao Moreno
0e885aaf70 retry all cosmosdb ops 2020-12-08 09:59:26 +01:00
João Moreno
3655a82edc add log to createAsset retry 2020-12-07 19:56:05 +01:00
João Moreno
36628d73b9 add exponential backoff 2020-12-07 15:02:48 +01:00
João Moreno
66aab34216 retry createAsset sproc due to ECONNRESET 2020-12-07 14:42:33 +01:00
João Moreno
ea0b7fd29a Revert "build: create asset should still try to add asset"
This reverts commit 5e350b1b79.
2020-12-07 11:57:52 +01:00
João Moreno
5e350b1b79 build: create asset should still try to add asset 2020-12-04 10:36:36 +01:00
ChaseKnowlden
e8760a5d6c Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
Matt Bierner
c348165cc0 Adding more explicit typings for promises
This gets us ready for TS 4.1
2020-09-09 09:21:56 -07:00
João Moreno
71021c2046 fix telemetry step 2020-06-23 16:22:55 +02:00
Benjamin Pasero
75839ad28e debt - remove traces of hockeyapp 2020-05-13 09:35:11 +02:00
Joao Moreno
dd0e03961b fixes #88065 2020-02-05 16:29:45 +01:00
Joao Moreno
6b31c8421e build: check quality frozen state 2019-11-07 07:42:16 +01:00
Joao Moreno
cc087242f6 update sync-mooncake.ts 2019-11-05 10:28:18 +01:00
Joao Moreno
bbf3ae9b56 use sprocs to publish builds 2019-11-04 14:06:57 +01:00
Matt Bierner
8065712528 Add publishing of webview content to pipeline (#80069)
* Experimental publish step of webview contents

* Move webview publish into product compile

* Move test step first

* More script after install

* Move script after build

* Debug

* Add env var

* Don't log env
2019-08-29 13:06:29 -07:00
Logan Ramos
8d560cd153 Using vscode-telemetry-extractor npm package. (#77305)
* Revert commit change

* Revert commit change

* Revert commit change

* Revert commit change

* Revert commit change

* Initial work to move to utilizing the NPM module

* Fix some paths

* Bump NPM module

* Update move command

* Remove wrong directory in config

* More build testing

* Remove some debugging stuff

* Fix relative dirs

* Move node module to build package.json

* Bump vscode-telemetry-extractor to 1.4.1

* Bump telemetry extractor version
2019-07-18 08:44:33 -07:00
Logan Ramos
0d9e259d0c Fix telemetry build scripts (#77117)
* Revert commit change

* Update telemetry extraction script

* Fixing telemetry shell script

* Update telemetry commit

* Bump commit

* Add compilation
2019-07-10 09:28:04 -07:00
Logan Ramos
6a7fdb1338 Fixes telemetry build scripts (#77006)
* Revert commit change

* Update telemetry extraction script

* Fixing telemetry shell script

* Update telemetry commit

* Bump commit
2019-07-10 09:13:06 -07:00
Logan Ramos
637eab140a Revert commit change (#77003) 2019-07-09 09:38:55 -07:00
Logan Ramos
4aed451cf5 Bump telemetry tooling commit (#77002) 2019-07-09 09:09:10 -07:00
João Moreno
f176bee181 Cleanup distro dependencies installation (#76893)
* depend directly on vsda

* add vsda to remote

* remove vsda cleanup rules

* update distro

* upgrade vsda

* update distro

* update vsda

* remove vsda

* add vsda rules

* distro

* distro
2019-07-08 17:22:32 +02:00
Logan Ramos
0991720b7b Build Improvements for Telemetry Command (#76431)
* Update telemetry tooling commit

* Extract telemetry build to helper script

* Fix file permissions

* Script fixes

* Update telemetry commit

* Update telemetry tool commit

* Wrap commands in Exec

* Fix some execs

* Fixed typo

* Update commit
2019-07-03 10:12:23 -07:00
Benjamin Pasero
9710890128 fix hockeyapp symbols and report errors (fix #76024) 2019-06-25 09:46:01 +02:00
Benjamin Pasero
8ad4bab721 add debug output (#76024) 2019-06-25 08:20:10 +02:00
Joao Moreno
3233601840 build: release only iff all builds succeed, introduce VSCODE_RELEASE env 2019-06-21 10:28:26 +02:00
Benjamin Pasero
73643c60a6 Update to Electron 4.0.x (#73119)
* Bump electron@4.0.0-beta.9

* electron 4 - temporarily warn about exploration change

* update to Electron 4.0.0 stable

* remove electron 4 notification

* bump to electron@4.0.1

* electron 4: adopt format change of "version" file

* build - set to use exploration image

* Revert "build - set to use exploration image"

This reverts commit 1bb280fc5e.

* electron@4.0.2

* fix electron.d.ts

* update distro

* bump electron@4.0.4

* debt - adopt new process.getProcessMemoryInfo()

* update electron@4.0.5

* electron@4.0.6

* electron 4.0.x - remove Linux 32bit build

* electron@4.0.7

* electron - update to 4.1.2

* bump electron@4.1.4

* update build (remove Linux32)

* electron@4.1.5

* electron 4 - remove linux 32bit warning

* Remove more 32-bit Linux build stuff

Fixes #66271

* electron@4.2.0

* electron@4.2.1

* electron@4.2.2

* electron@4.2.3

* Revert "electron@4.2.3"

This reverts commit ae375ef764.

* Revert "Revert "electron@4.2.3""

This reverts commit 513581ebc5.
2019-06-04 10:50:10 +02:00
João Moreno
52b33bfafd Create ARM assets in product build (#74787) 2019-06-03 14:33:59 +02:00
Alex Dima
8b08ad7e8a Add /remote/ 2019-05-22 15:59:37 +02:00
Joao Moreno
3bd3d74a2c take mooncake upload out of critical path 2019-04-08 16:09:49 +02:00
Joao Moreno
04336627c2 Revert "more build logs"
This reverts commit 1c2ad3fa63.
2019-04-03 09:27:01 +02:00
Joao Moreno
1c2ad3fa63 more build logs 2019-04-03 08:45:13 +02:00
Joao Moreno
1efaca21af fix builds 2019-03-20 09:05:07 +01:00
Benjamin Pasero
31f6902afd exploration - auto release after build 2019-03-05 09:42:23 +01:00
Joao Moreno
420edabab8 rename tfs to azure-pipelines 2018-11-19 10:46:19 +01:00