Commit Graph

21 Commits (ed5fbf5a161587b6614917e12e919e3e69e6278c)

Author SHA1 Message Date
João Moreno 1f8fd7adef
use oidc (#233126)
* use oidc

* undo dep bump

* use ClientAssertionCredential

* temporarily disable mangle

* adopt oidc
2024-11-05 21:50:01 +01:00
Benjamin Pasero f6f90e0163
Implement NLS without AMD loader (#214588) 2024-06-28 11:55:48 +02:00
João Moreno aac80c3f0a
Adopt new distro format (#178689)
* Simplify distro

Also a ton of drive-by fixing around builds:
- simplified many oneliners
- fixed missing custom npm registry call setups
- remove unnecessary and duplicate work during builds
- many many fixes
2023-04-02 09:35:39 +02:00
Tyler James Leonhardt c1956b8cce
concat arrays instead of replace because we want all items in the array (#155228) 2022-07-14 12:57:48 -07:00
Tyler James Leonhardt 551cf46204
use extension id as key not folder name which is more accurate (#153178) 2022-06-24 23:31:22 +00:00
Matt Bierner 2a84b0fb6d
Enable alwaysStrict for build scripts (#152778)
Turns on `alwaysStrict` and removes `'use strict';` from our `.ts` files
2022-06-21 19:00:43 +00:00
Johannes 43c31079ee
manual fixing of prefer-const violations 2022-06-09 10:19:56 +02:00
João Moreno 726eeffa71
introduce distro private builds 2022-03-21 14:40:00 +01:00
Johannes Rieken 4a130c40ed
enable `@typescript-eslint/member-delimiter-style`, https://github.com/microsoft/vscode/issues/140391 2022-02-02 14:35:33 +01:00
Alex Dima cab9713422
Fixes #141994: Address eslint problems 2022-02-02 13:18:12 +01:00
João Moreno 6f2ad1994c
More RBAC usage (#137579)
* ci: 👷 remove secret references

* inline web storage account

* remove unused reference

* inline storage accounts

* formatting

* formatting

* drop ticino-storage-key, web-storage-key

* remove leftovers

* fix build

* fix build

* catch errors on all upload* scripts

* bump gulp-azure-storage
2021-11-20 09:01:39 -08:00
Tyler Leonhardt 4cc83ad27e
run nlsmetadata on web output 2021-09-21 12:29:39 -07:00
Tyler Leonhardt d8d0570244
gzip and minify json 2021-09-17 09:44:03 -07:00
Tyler Leonhardt 6dff4e5fde
use package instead because language packs use package 2021-09-16 15:50:01 -07:00
Tyler Leonhardt 2e94b43325
include package.nls.json in bundles 2021-09-16 14:56:40 -07:00
Tyler Leonhardt 9e78e8e2d9
add a bundle property to nlsmetadata uploader 2021-09-16 14:41:41 -07:00
Tyler Leonhardt edf18f3974
add metadata header files to upload 2021-09-16 14:07:08 -07:00
Tyler Leonhardt 7cb531e421
align to one format and include headers for extensions 2021-09-16 13:48:04 -07:00
Tyler Leonhardt 16f81160e8
typo in upload-nlsmetadata 2021-09-16 10:57:11 -07:00
Tyler Leonhardt c240648548
include package.nls.json files in nls metadata 2021-09-16 10:26:46 -07:00
Tyler Leonhardt e54f90f0fd
upload nlsmetadata 2021-09-16 09:16:47 -07:00