浏览代码

chore(deps): update dependency dotnetcorecli to v2.210.0

renovate[bot] 2 年之前
父节点
当前提交
90c3815348
共有 4 个文件被更改,包括 6 次插入6 次删除
  1. 2 2
      .ci/azure-pipelines-abi.yml
  2. 1 1
      .ci/azure-pipelines-main.yml
  3. 2 2
      .ci/azure-pipelines-package.yml
  4. 1 1
      .ci/azure-pipelines-test.yml

+ 2 - 2
.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:

+ 1 - 1
.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

+ 2 - 2
.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:

+ 1 - 1
.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"