Commit Graph

25 Commits

Author SHA1 Message Date
Oscar Hinton 3aa52a5537
Add eslint (#1369) 2022-02-24 20:50:19 +01:00
Oscar Hinton 521feae535
Apply Prettier (#1202) 2021-12-20 15:47:17 +01:00
Joseph Flinn c99a543030
Pinning ast version (#1080)
* Pinning version of AST instead of using latest

* adding the pinned version of the commit

* adding an array join

* pinning version of dotnet

* trying the AST pin of the version we started using

* disabling jobs and adding test step to window job

* adding dotnet 2.1.x to see if that fixes the issue

* removing the test code and testing the addition of .net 2.1.x

* repinning to last successful sign

* trying the newest version of AST

* disabling the non-windows jobs again

* disabling the windows build job and added a test job

* removing stray comma

* changing the multiline delimiter

* pivoting away from our EV cert and testing with a test one

* switching back to the EV cert and adding a verbose flag

* disabling some steps that are breaking

* swithing back to the test cert

* testing new format for the ast command

* removing the node portions of the test since they are not needed

* trying AST without the tenat-id

* rolling back to original commit

* switching to custom AST for better troubleshooting

* removing the ast commit logic and forcing latest

* fixing up the pwsh sign command

* fixing the AST verison

* making sure that the secrets are not blank

* trying the EV cert for signing

* Using pinned commit from AST instead of custom code

* fixing env

* building the actually pinned commit instead of whatever the other thing was...

* testing the windows job

* removing the dotnet 2.1.x dependency since the older AST version shouldn't need it

* reenabling the test ast job since something is failing

* moving the git switch command

* testing new gh-action

* fixing the gh-action path

* updating the hash of the new action

* enabling the build jobs again

* updating the hash for the new Install AST action

* fixing linter issues
2021-09-16 10:15:05 -07:00
Joseph Flinn 4c6282ddac switching signing back to signing all .exe files and adding another job that doesn't sign the files for the Windows Store 2021-01-24 23:23:41 +00:00
Joseph Flinn 8ddc538159 adding signing logging 2021-01-15 17:42:44 +00:00
Joseph Flinn 429b0abf42 excluding the unpacked appx executables 2021-01-15 17:19:34 +00:00
Joseph Flinn b4a36dbfd2 only signing .exe 2021-01-15 16:18:14 +00:00
Joseph Flinn 404e4130da seeing what file it fails on, specifically 2021-01-15 16:00:55 +00:00
Joseph Flinn 81a5c77b5e listing all of the files that electron-builder is trying to sign 2021-01-15 15:37:49 +00:00
Joseph Flinn 1d7aa701bf casting to integer 2021-01-15 00:56:02 +00:00
Joseph Flinn 190fb423da fixing unknown syntax error 2021-01-06 19:46:37 +00:00
Joseph Flinn b1e4bd4bdb assigning correct type 2021-01-06 19:43:42 +00:00
Joseph Flinn 5eb10afe85 changing over to a value based boolean flag 2021-01-06 19:33:43 +00:00
Joseph Flinn c508c7cd05 adding a signing flag for electron builder 2021-01-06 18:58:44 +00:00
Joseph Flinn 902040ec64 making custom signing command easier to read 2021-01-05 22:18:26 +00:00
Joseph Flinn de4966b3e4 trying things that shouldn't work because the things that should work aren't 2021-01-05 14:22:01 +00:00
Joseph Flinn 711cea8c4b Install and use latest AST (this will probably break when it is updated because Google won't tell me how to make a clean build of a .NET project) 2020-12-31 22:09:00 +00:00
Joseph Flinn f41014f0f2 trying pipeline env to pass vars 2020-12-31 17:33:33 +00:00
Joseph Flinn 9581af66a1 testing secret in process.env 2020-12-31 17:07:14 +00:00
Joseph Flinn d4f6c07fc0 testing the env vars access 2020-12-31 16:28:44 +00:00
Joseph Flinn 725ce08e86 updating the custom sign script 2020-12-31 15:49:28 +00:00
Joseph Flinn 94a363c4ca updating the sign file with a multiline command 2020-12-31 00:19:28 +00:00
Joseph Flinn 1465d3e4cc adding AST to the build pipeline 2020-12-31 00:01:55 +00:00
Joseph Flinn db5c04e7de debugging configuration object to see what I've got to work with 2020-12-30 22:06:48 +00:00
Joseph Flinn 623b325074 testing electron-builder integration with az kv 2020-12-30 21:19:12 +00:00