Enabled clean and updated the Github Connection Name

This commit is contained in:
Erwin de Haan 2019-02-27 00:53:16 +01:00
parent 5ccba7cf8a
commit feb5b62ad4
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
maxParallel: 2 maxParallel: 2
steps: steps:
- checkout: self - checkout: self
clean: false clean: true
submodules: true submodules: true
persistCredentials: false persistCredentials: false
@ -159,7 +159,7 @@ jobs:
- task: DownloadGitHubReleases@0 - task: DownloadGitHubReleases@0
displayName: Download ABI compatibility check tool from GitHub displayName: Download ABI compatibility check tool from GitHub
inputs: inputs:
connection: GitHub (EraYaN) connection: Jellyfin GitHub
userRepository: EraYaN/dotnet-compatibility userRepository: EraYaN/dotnet-compatibility
defaultVersionType: 'latest' # Options: latest, specificVersion, specificTag defaultVersionType: 'latest' # Options: latest, specificVersion, specificTag
#version: # Required when defaultVersionType != Latest #version: # Required when defaultVersionType != Latest