diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-02-27 00:53:16 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-02-27 00:53:16 +0100 |
| commit | feb5b62ad4bf62e5d3585100b39643a41f27e626 (patch) | |
| tree | e3248fbe06ed95807fc229078257e03c6a508198 | |
| parent | 5ccba7cf8aab7895d16beb9e2d9d24408a361ac1 (diff) | |
Enabled clean and updated the Github Connection Name
| -rw-r--r-- | .ci/azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index a14cf0aa3..e5845c0ef 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -29,7 +29,7 @@ jobs: maxParallel: 2 steps: - checkout: self - clean: false + clean: true submodules: true persistCredentials: false @@ -159,7 +159,7 @@ jobs: - task: DownloadGitHubReleases@0 displayName: Download ABI compatibility check tool from GitHub inputs: - connection: GitHub (EraYaN) + connection: Jellyfin GitHub userRepository: EraYaN/dotnet-compatibility defaultVersionType: 'latest' # Options: latest, specificVersion, specificTag #version: # Required when defaultVersionType != Latest |
