diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-19 03:47:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-19 03:47:53 +0000 |
| commit | 90c3815348c998daddd0329e49b4477e669a90cb (patch) | |
| tree | eea0302bf530ed36715f5cd1d8b6869b99651d84 | |
| parent | 3b3eb8bdfe78cbcb5d1a80f6d0defefbb6f9371a (diff) | |
chore(deps): update dependency dotnetcorecli to v2.210.0
| -rw-r--r-- | .ci/azure-pipelines-abi.yml | 4 | ||||
| -rw-r--r-- | .ci/azure-pipelines-main.yml | 2 | ||||
| -rw-r--r-- | .ci/azure-pipelines-package.yml | 4 | ||||
| -rw-r--r-- | .ci/azure-pipelines-test.yml | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/.ci/azure-pipelines-abi.yml b/.ci/azure-pipelines-abi.yml index cf74a4201..d40020252 100644 --- a/.ci/azure-pipelines-abi.yml +++ b/.ci/azure-pipelines-abi.yml @@ -35,7 +35,7 @@ jobs: packageType: sdk version: ${{ parameters.DotNetSdkVersion }} - - task: DotNetCoreCLI@2 + - task: DotNetCoreCLI@2.210.0 displayName: 'Install ABI CompatibilityChecker Tool' inputs: command: custom @@ -83,7 +83,7 @@ jobs: overWrite: true flattenFolders: true - - task: DotNetCoreCLI@2 + - task: DotNetCoreCLI@2.210.0 displayName: 'Execute ABI Compatibility Check Tool' enabled: false inputs: diff --git a/.ci/azure-pipelines-main.yml b/.ci/azure-pipelines-main.yml index b7112ba24..875c7a23e 100644 --- a/.ci/azure-pipelines-main.yml +++ b/.ci/azure-pipelines-main.yml @@ -55,7 +55,7 @@ jobs: packageType: sdk version: ${{ parameters.DotNetSdkVersion }} - - task: DotNetCoreCLI@2 + - task: DotNetCoreCLI@2.210.0 displayName: 'Publish Server' inputs: command: publish diff --git a/.ci/azure-pipelines-package.yml b/.ci/azure-pipelines-package.yml index 926d1d322..43a4ca0d2 100644 --- a/.ci/azure-pipelines-package.yml +++ b/.ci/azure-pipelines-package.yml @@ -210,7 +210,7 @@ jobs: packageType: 'sdk' version: '6.0.x' - - task: DotNetCoreCLI@2 + - task: DotNetCoreCLI@2.210.0 displayName: 'Build Stable Nuget packages' condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v') inputs: @@ -225,7 +225,7 @@ jobs: custom: 'pack' arguments: -o $(Build.ArtifactStagingDirectory) -p:Version=$(JellyfinVersion) - - task: DotNetCoreCLI@2 + - task: DotNetCoreCLI@2.210.0 displayName: 'Build Unstable Nuget packages' condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master') inputs: diff --git a/.ci/azure-pipelines-test.yml b/.ci/azure-pipelines-test.yml index cc94dc2c5..066df8949 100644 --- a/.ci/azure-pipelines-test.yml +++ b/.ci/azure-pipelines-test.yml @@ -51,7 +51,7 @@ jobs: organization: 'jellyfin' projectKey: 'jellyfin_jellyfin' - - task: DotNetCoreCLI@2 + - task: DotNetCoreCLI@2.210.0 displayName: 'Run CLI Tests' inputs: command: "test" |
