Commit graph

29 commits

Author SHA1 Message Date
Bond_009 d35a1f2b94 Remove useless tasks from CI 2022-12-07 16:44:00 +01:00
Bond_009 6f231094d5 Update CI to .NET 7 2022-12-07 16:44:00 +01:00
Cody Robibero 68121e6e9c Revert dependency updates to Azure Pipelines 2022-10-26 07:27:07 -06:00
Joshua M. Boniface 86dcafb8fe
Merge pull request #8582 from jellyfin/renovate/extractfiles-1.x 2022-10-19 16:36:47 -04:00
Joshua M. Boniface 737e40b8b4
Merge pull request #8581 from jellyfin/renovate/downloadpipelineartifact-2.x 2022-10-19 16:36:30 -04:00
renovate[bot] 4bb470ea18
chore(deps): update dependency extractfiles to v1.211.0 2022-10-19 08:22:17 +00:00
renovate[bot] 94635917ca
chore(deps): update dependency downloadpipelineartifact to v2.198.0 2022-10-19 05:53:18 +00:00
renovate[bot] 90c3815348
chore(deps): update dependency dotnetcorecli to v2.210.0 2022-10-19 03:47:53 +00:00
Cody Robibero 40045d2147 Update to full dotnet 6 2021-11-08 09:40:12 -07:00
Cody Robibero 4fc3de9b75
Fix builds for dotnet6 (#6595)
* Target net6.0

* Use new Enum.TryParse(ReadOnlySpan<char>) overload

* Replace RNGCryptoServiceProvider with RandomNumberGenerator

* ci - target net6.0 (#6594)

* Update deployment for dotnet6

* Use generic 6.0.x preview for CI

* Update direct dotnet download links

Co-authored-by: Bond_009 <bond.009@outlook.com>
2021-09-25 06:21:48 -06:00
Cody Robibero be00480fe2 ci - target net6.0 (#6594) 2021-09-24 20:15:46 +02:00
Bond_009 d283702cac Fix Azure CI 2021-09-18 16:21:54 +02:00
Cody Robibero 7a0a675bd5 Add Jellyfin.Extensions to package publish 2021-09-03 14:21:33 -06:00
Rich Lander e91a2b1085 Update to later .NET SDK 2021-07-24 16:42:02 -07:00
crobibero 407c35f087 Update to dotnet 5.0.3 2021-02-09 19:02:02 -07:00
crobibero 9b7c5cddae Update build ci, dockerfiles to .Net5.0 2020-11-10 10:03:21 -07:00
Erwin de Haan 7ced6d1c8c Enable code coverage and upload OpenAPI spec.
Add basic test to write out the actual openapi spec.
2020-09-03 22:44:31 +02:00
dkanada c99ad51c65 use single quotes in the main pipeline 2020-06-07 14:38:46 +09:00
dkanada b937eb0c11
change conditional for download task on ci
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
2020-04-13 14:34:31 +09:00
dkanada 4758e75090 leave files in destination folder during extraction 2020-04-13 02:34:52 +09:00
dkanada 8c6e1ef27e fix pipeline references 2020-04-13 02:27:42 +09:00
dkanada 129e844252 use web artifacts for build step on ci 2020-04-13 02:20:37 +09:00
dkanada 0a6faefe3a minor changes to main build job 2020-04-08 01:36:36 +09:00
Mark Monteiro 887e9c2020 Remove unnecessary execution of yarn build:production 2020-03-20 11:46:51 +01:00
Mark Monteiro 6894602dab Use 'yarn build:production' instead of 'yarn:build' everywhere 2020-03-20 11:36:21 +01:00
Mark Monteiro 876c4681d0 Build web client correctly 2020-03-15 19:24:27 +01:00
dkanada a562a4d505 minor linting for ci files 2020-01-19 00:19:19 +09:00
Erwin de Haan 67cae37308 Formatting and comment removal. 2020-01-15 11:39:47 +01:00
Erwin de Haan da91b4fa4c Split CI testing files
Switch to cobertura for code coverage
Switch to dotnet test for tests
Add matrix run for different platforms
Add extra variables for easier maintenance
2020-01-15 11:05:57 +01:00