diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-07-07 00:20:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-07 00:20:37 +0200 |
| commit | 440177a43db1ddbb3cf4b0dc52d6dfb6d79c2b1c (patch) | |
| tree | fb053b61daa1fdc28ca9d1c95ed8ed585ef0f577 | |
| parent | 953eb6e9061e290ba1d42c93afe60cbc9808104c (diff) | |
Update the GitHub token to a Grant Auth token.
| -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 9dc113333..efd69680e 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -173,7 +173,7 @@ jobs: - task: DownloadGitHubRelease@0 displayName: Download ABI compatibility check tool from GitHub inputs: - connection: jellyfin + connection: Jellyfin Release Download userRepository: EraYaN/dotnet-compatibility defaultVersionType: 'latest' # Options: latest, specificVersion, specificTag #version: # Required when defaultVersionType != Latest |
