diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2019-03-08 00:21:32 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-08 00:21:32 +0300 |
| commit | 0f70a81db3d2d94dc50a407ba39963fd5df6d01f (patch) | |
| tree | 0dbe502145300abfcb1e16e71ecb2a748bc11127 | |
| parent | e04a152ed053a5a993b2d3d1f27b0f9ff6364fed (diff) | |
| parent | 8a680ae324fbc97280396d0f49a60fcdd05f36f6 (diff) | |
Merge pull request #1063 from EraYaN/azure-pipelines-upstream-change-fix
Update to renamed DownloadGitHubRelease task (Microsoft/azure-pipelines-tasks#9481)
| -rw-r--r-- | .ci/azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index e5845c0ef..4cd19dc83 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -156,7 +156,7 @@ jobs: overWrite: true # Optional flattenFolders: true # Optional - - task: DownloadGitHubReleases@0 + - task: DownloadGitHubRelease@0 displayName: Download ABI compatibility check tool from GitHub inputs: connection: Jellyfin GitHub |
