diff options
| author | crobibero <cody@robibe.ro> | 2020-11-20 07:50:04 -0700 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-11-20 07:50:04 -0700 |
| commit | 182a68f3dd14f0a1af2520b01ffdb3712d9dfe56 (patch) | |
| tree | 6ea21aa3783d52f9f85cee7bcf01d49946fc4817 /.ci | |
| parent | c30e583201a9a754c33cd7ffd5bd63f68f311b27 (diff) | |
Set sdk version to 5.0
Diffstat (limited to '.ci')
| -rw-r--r-- | .ci/azure-pipelines-test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/azure-pipelines-test.yml b/.ci/azure-pipelines-test.yml index 4ceda978a..a47d890f2 100644 --- a/.ci/azure-pipelines-test.yml +++ b/.ci/azure-pipelines-test.yml @@ -30,11 +30,11 @@ jobs: # This is required for the SonarCloud analyzer - task: UseDotNet@2 - displayName: "Install .NET Core SDK 2.1" + displayName: "Install .NET SDK 5.0" condition: eq(variables['ImageName'], 'ubuntu-latest') inputs: packageType: sdk - version: '2.1.805' + version: '5.0' - task: UseDotNet@2 displayName: "Update DotNet" |
