Browse Source

Set sdk version to 5.0

crobibero 4 years ago
parent
commit
182a68f3dd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .ci/azure-pipelines-test.yml

+ 2 - 2
.ci/azure-pipelines-test.yml

@@ -30,11 +30,11 @@ jobs:
 
 
       # This is required for the SonarCloud analyzer
       # This is required for the SonarCloud analyzer
       - task: UseDotNet@2
       - task: UseDotNet@2
-        displayName: "Install .NET Core SDK 2.1"
+        displayName: "Install .NET SDK 5.0"
         condition: eq(variables['ImageName'], 'ubuntu-latest')
         condition: eq(variables['ImageName'], 'ubuntu-latest')
         inputs:
         inputs:
           packageType: sdk
           packageType: sdk
-          version: '2.1.805'
+          version: '5.0'
 
 
       - task: UseDotNet@2
       - task: UseDotNet@2
         displayName: "Update DotNet"
         displayName: "Update DotNet"