浏览代码

Updated pipeliens to .NET 7

flabbet 2 年之前
父节点
当前提交
6f6963bd89
共有 5 个文件被更改,包括 5 次插入11 次删除
  1. 1 7
      azure-pipelines.yml
  2. 1 1
      windows-x64-release-dev.yml
  3. 1 1
      windows-x64-release.yml
  4. 1 1
      windows-x86-release-dev.yml
  5. 1 1
      windows-x86-release.yml

+ 1 - 7
azure-pipelines.yml

@@ -17,12 +17,6 @@ steps:
   inputs:
   inputs:
     restoreSolution: '$(solution)'
     restoreSolution: '$(solution)'
 
 
-- task: DotNetCoreCLI@2
-  inputs:
-    command: 'custom'
-    custom: 'tool'
-    arguments: 'install --global Codecov.Tool'
-
 - task: DotNetCoreCLI@2
 - task: DotNetCoreCLI@2
   displayName: Build
   displayName: Build
   inputs:
   inputs:
@@ -35,7 +29,7 @@ steps:
   inputs:
   inputs:
     command: test
     command: test
     projects: '**/*Tests/*.csproj'
     projects: '**/*Tests/*.csproj'
-    arguments: '--configuration $(buildConfiguration) --collect "Code coverage"'
+    arguments: '--configuration $(buildConfiguration)'
 
 
 #- task: PowerShell@2
 #- task: PowerShell@2
 #  inputs:
 #  inputs:

+ 1 - 1
windows-x64-release-dev.yml

@@ -20,7 +20,7 @@ steps:
 - task: UseDotNet@2
 - task: UseDotNet@2
   inputs:
   inputs:
     packageType: 'sdk'
     packageType: 'sdk'
-    version: '6.x'
+    version: '7.x'
 - task: NuGetToolInstaller@1
 - task: NuGetToolInstaller@1
 
 
 - task: NuGetCommand@2
 - task: NuGetCommand@2

+ 1 - 1
windows-x64-release.yml

@@ -20,7 +20,7 @@ steps:
 - task: UseDotNet@2
 - task: UseDotNet@2
   inputs:
   inputs:
     packageType: 'sdk'
     packageType: 'sdk'
-    version: '6.x'
+    version: '7.x'
 - task: NuGetToolInstaller@1
 - task: NuGetToolInstaller@1
 
 
 - task: NuGetCommand@2
 - task: NuGetCommand@2

+ 1 - 1
windows-x86-release-dev.yml

@@ -20,7 +20,7 @@ steps:
 - task: UseDotNet@2
 - task: UseDotNet@2
   inputs:
   inputs:
     packageType: 'sdk'
     packageType: 'sdk'
-    version: '6.x'
+    version: '7.x'
 
 
 - task: NuGetToolInstaller@1
 - task: NuGetToolInstaller@1
 
 

+ 1 - 1
windows-x86-release.yml

@@ -20,7 +20,7 @@ steps:
 - task: UseDotNet@2
 - task: UseDotNet@2
   inputs:
   inputs:
     packageType: 'sdk'
     packageType: 'sdk'
-    version: '6.x'
+    version: '7.x'
 
 
 - task: NuGetToolInstaller@1
 - task: NuGetToolInstaller@1