Erwin de Haan
47cb4a1547
Add nohup and continueOnError to the Collect Artifacts task
4 years ago
Erwin de Haan
25daa7db42
Merge the args and commands item for the artifact collection
4 years ago
Bond-009
7368cbbd2f
Merge pull request #3774 from jellyfin/ci-CollectArtifacts-timeout
...
Add a much shorter timeout to the CollectArtifacts job
4 years ago
dkanada
b4c6ae9aba
disable compatibility checks for now
4 years ago
Erwin de Haan
3ee28c016a
Switch to sudo -n
4 years ago
Erwin de Haan
7c60510bc9
Experiment for the SSH task.
4 years ago
Erwin de Haan
a6d80f557d
Add a much shorter timeout to the CollectArtifacts job
4 years ago
Joshua M. Boniface
2d8d3ba826
Flip quoting in variable set command
...
The quoting as-is was broken and would result in a junk output. This
way, the proper value is obtained.
4 years ago
Joshua M. Boniface
0798ab3945
Get and tag with the actual release version in CI
4 years ago
Joshua M. Boniface
2f2fe3552d
Fix typo in CI configuration
4 years ago
Joshua M. Boniface
dfd00c7b24
Add NuGet publish step to tag CI
4 years ago
Joshua M. Boniface
b4212cc210
Explicitly add what Azure used to do implicitly
...
... before they changed it on us out of nowhere.
4 years ago
Joshua M. Boniface
6d0a3a110b
Explicitly exit from inline script
4 years ago
Joshua M. Boniface
8bef24f331
Use weird other formating that AZP wants
4 years ago
Joshua M. Boniface
9d9c9a5945
Remove unneeded conditions that are now in parent
4 years ago
Joshua M. Boniface
aab79ef346
Add conditionals to root YAML definition
...
Prevents running builds (that get skipped) in PR CI, and prevents
running tests (which are irrelevant) in Merge CI.
4 years ago
Joshua M. Boniface
2506feb544
Update branch checks from azure-ci to master
4 years ago
Joshua M. Boniface
b778bcdb37
Update strategy names for Docker
4 years ago
Joshua M. Boniface
7b1190cb28
Build builder docker images in Azure
4 years ago
Joshua M. Boniface
3599ae7186
Add Azure pipelines configuration for server
4 years ago
Erwin de Haan
427632611a
Remove extract task.
4 years ago
Erwin de Haan
4c9216012b
Install compatibility tool from nuget instead of pulling a github release.
4 years ago
dkanada
c99ad51c65
use single quotes in the main pipeline
4 years ago
dkanada
65765bda7e
rename abi pipeline
4 years ago
dkanada
e7a49f73cd
disable sonarcloud until secrets are working
4 years ago
Mark Monteiro
9a401c3728
Only run SonarCloud analysis for ubuntu tests
5 years ago
Mark Monteiro
66364eba92
Add tasks required for SonarCloud integration
5 years ago
dkanada
b937eb0c11
change conditional for download task on ci
...
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
5 years ago
dkanada
4758e75090
leave files in destination folder during extraction
5 years ago
dkanada
8c6e1ef27e
fix pipeline references
5 years ago
dkanada
129e844252
use web artifacts for build step on ci
5 years ago
dkanada
f4cba0ed43
fix dependency for compat job
5 years ago
dkanada
0a6faefe3a
minor changes to main build job
5 years ago
dkanada
ea00abcf4e
remove old windows job from pipeline
5 years ago
Mark Monteiro
887e9c2020
Remove unnecessary execution of `yarn build:production`
5 years ago
Mark Monteiro
6894602dab
Use 'yarn build:production' instead of 'yarn:build' everywhere
5 years ago
Mark Monteiro
f4b2cdfce9
Fix another pipleine
5 years ago
Mark Monteiro
876c4681d0
Build web client correctly
5 years ago
dkanada
a562a4d505
minor linting for ci files
5 years ago
Erwin de Haan
67cae37308
Formatting and comment removal.
5 years ago
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
5 years ago
Erwin de Haan
312987aea5
Build all test projects using a wildcard
5 years ago
Erwin de Haan
654336990f
Added plural glob for test assemblies
5 years ago
Erwin de Haan
d328fc51cf
Apply suggestions from code review
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
5 years ago
Erwin de Haan
6792fa111e
Fix the test selection glob.
5 years ago
Erwin de Haan
1fecb9efb2
Fix the VSTest runner
5 years ago
Erwin de Haan
21b78f44c8
Add new dotnet version to compat stage as well.
5 years ago
Erwin de Haan
65f65db8b9
Re-enable compat checks.
5 years ago
Erwin de Haan
2ca7200a05
Updated for v0.0.5 of the compat checker.
5 years ago
dkanada
d599124508
manually disable compatibility check
5 years ago
dkanada
c7d5f35eb7
update display names for some ci steps
5 years ago
dkanada
303385dfa2
remove unused parameters
5 years ago
dkanada
f1008ab58d
update job names
5 years ago
dkanada
e5e0166951
update dotnet version for ci
5 years ago
Erwin de Haan
f12c9bf3b0
Added tag building support to Windows Web build.
5 years ago
Anthony Lavado
bde1af5def
Add the tray app download to the build script, use it in the installer shortcuts
...
Adds the tray app download to build-jellyfin, adjusts the shortcuts in the installer, and adds the switch to the pipeline configuration.
5 years ago
Erwin de Haan
b2ba3a5922
Fix SourceBranch -> SourceBranchName in git clone for Web UI
5 years ago
Erwin de Haan
a73d87229a
Add extra conditions.
5 years ago
Erwin de Haan
e9fb46b0cd
Fix path typo and add same code to main build.
5 years ago
Erwin de Haan
0ca0d9d01e
Remove submodule and add clone and build to CI
5 years ago
Joshua M. Boniface
8ba86fe272
Merge pull request #1765 from EraYaN/ci-add-submodule-update
...
Add submodule update to CI build.
5 years ago
Erwin de Haan
9c95eba5a1
Add VSTest support to CI ( #1696 )
...
* Add VSTest support to CI
Add result publishing
Move tests to windows.
Spacing issue.
Image name update.
* Passthrough main debug build
* Rectify mistake and build test assemblies seperately.
* Remove Test dependency
5 years ago
Erwin de Haan
f8fed49225
Another condition update.
5 years ago
Erwin de Haan
8b438b68cc
Added Better submodule updates.
5 years ago
Erwin de Haan
8f2ec3b197
Add submodule update to build.
5 years ago
Erwin de Haan
6fa1c5e214
Fix release symlink name.
5 years ago
Erwin de Haan
831ce4da13
Skip checkout for Publish CI pipelines
5 years ago
Erwin de Haan
24a5bebabe
Fix yaml parse error
5 years ago
Erwin de Haan
42f761582f
Add two manually triggered pipelines for publishing artifacts. ( #1763 )
...
* Added two extra pipelines.
* Change the sshEndpoint
5 years ago
Erwin de Haan
2f2010ce59
NSIS improvements ( #1692 )
...
* Much better, but still broken
It crashes with two custom pages after one another. (So when the service should be installed).
* Fixed the problems and finished the NSIS installer.
Also ignored some of the artifacts.
* Added changes to CI for setup building.
Consolidate building and fixed git error.
Small CI fixes.
Move UX repo to SourcesDirectory
Fix stupid checkout <> clone error.
Fix typo in PowerShell command.
Artifact publish tasks can not have wildcards.
5 years ago
Erwin de Haan
9faf035413
Add the --azure-pipelines switch to the compat checker
5 years ago
Erwin de Haan
440177a43d
Update the GitHub token to a Grant Auth token.
5 years ago
Erwin de Haan
fc55b44e4b
Update the GitHub connection name to use the GitHub App token
5 years ago
Erwin de Haan
2c8df07753
Fix some task names.
5 years ago
Erwin de Haan
08421311b9
Switch download order around.
5 years ago
Erwin de Haan
dc68fa2c8b
Disable seperate build and restore.
5 years ago
Erwin de Haan
ff373621b3
Switch to next gen artifacts.
5 years ago
Erwin de Haan
272691aacd
Switched to specific download.
5 years ago
Erwin de Haan
46623bc985
Try with hardcoded name.
5 years ago
Erwin de Haan
3462147195
Switched to latest ubuntu image and hardcoded definitionId.
5 years ago
Erwin de Haan
268fe5efe8
Small attempts at making previous build downloads work.
5 years ago
Erwin de Haan
7b4e16bb8f
Disabled dotnet_compat part of pipeline.
6 years ago
Erwin de Haan
1d443d2ff5
Do not use the nuget packages for comparison, but the last master build ( #1091 )
...
* Do not use the nuget packages for comparison, but the last master build.
* Only allow passing builds.
6 years ago
Erwin de Haan
8a680ae324
Update to renamed DownloadGitHubRelease task ( Microsoft/azure-pipelines-tasks#9481 )
6 years ago
Erwin de Haan
feb5b62ad4
Enabled clean and updated the Github Connection Name
6 years ago
Erwin de Haan
5ccba7cf8a
Move .azure to .ci
6 years ago