Commit graph

28 commits

Author SHA1 Message Date
Markus Olsson 09f16b4184 Search and replace for the straightforward cases
substr(X) can be substituted for substring(X)
substr(0, X) can be substituted for substring(0, X)
2022-02-28 15:26:36 +01:00
tidy-dev 7f449635e8 Remove dead code block 2021-08-03 11:05:07 -04:00
tidy-dev 580bf78df1 Cut out deployment if ensure container fails 2021-08-03 08:49:08 -04:00
tidy-dev 02679bdc43 Nest upload result 2021-08-02 17:29:09 -04:00
tidy-dev e49c2a349c Switch to upload to Azure 2021-08-02 09:43:36 -04:00
Sergio Padrino a09b8d6509 Rename old getArchitecture function to getDistArchitecture 2021-04-27 11:17:36 +02:00
Sergio Padrino 8b75aaa97c Allow Windows releases to not have a delta nuget package 2021-04-09 10:03:46 +02:00
Sergio Padrino ba4c0dbb9e Fix upload of nuget packages 2021-04-08 16:12:17 +02:00
Sergio Padrino dcd1848c1c Use the architecture as suffix instead of path for artifacts 2021-04-08 16:12:13 +02:00
Sergio Padrino 7621c25c20 Fix more build issues 2021-04-06 17:11:00 +02:00
Sergio Padrino 03c9d77585 First batch of changes to support deploying arm64 builds 2021-04-06 13:56:05 +02:00
Markus Olsson f2594f34ba Get a little bit more logging out of publish/package step 2020-08-17 13:42:36 +02:00
Rafael Oleza a3f21ac29b
Enable esModuleInterop in TypeScript configuration 2020-07-08 17:40:20 +02:00
Andrew Casey 3c541dc92d Fix lint and prettier issues 2020-06-24 18:28:06 +00:00
evelyn masso 5b3a9953a4 wow, that's in important ! 2019-11-04 10:59:13 -08:00
evelyn masso 87465683d5 refactor release channel + publishing logic 2019-11-04 10:41:06 -08:00
Brendan Forster 5431018d16 extract platform-specific checks for building and packaging into new build 2018-09-16 20:47:32 -03:00
Jed Fox 0cabb14df7 Address review comments 2018-07-04 14:29:29 -04:00
Brendan Forster b0c34b1059 Revert "lift this up to the file header"
This reverts commit f9d4740b7b.
2018-05-24 11:24:45 +10:00
Brendan Forster f9d4740b7b lift this up to the file header 2018-05-24 11:07:47 +10:00
Brendan Forster 3540ed76fa report these warnings 2018-05-21 16:29:48 +10:00
Brendan Forster 7a8fcd1203 some additional guard checks 2018-05-14 14:30:39 +10:00
Brendan Forster 317d3fb03f defensive work around the deployment secret 2018-05-14 14:22:06 +10:00
Brendan Forster 57c65b17c3 defensive lookup of getSHA using environment variables 2018-05-14 14:18:32 +10:00
Jed Fox 53d8d52ac6 Enforce 'use strict' (non-)use 2018-01-06 06:34:12 -05:00
Brendan Forster 1929e7de23 liiint 2018-01-01 12:58:16 -04:00
Jed Fox d3dcbb63e2 Happy, TS? 2017-12-31 17:53:55 -05:00
Jed Fox 2a7a790296 TSify some more scripts 2017-12-24 11:27:05 -05:00
Renamed from script/publish (Browse further)