diff options
| author | crobibero <cody@robibe.ro> | 2020-11-20 07:52:10 -0700 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-11-20 07:52:10 -0700 |
| commit | f727f5dd72b4ce382b34f8fd4c1a6adcd6728cc3 (patch) | |
| tree | 8179847a087be1e1b0f7d5614f6ff2a725225856 | |
| parent | 182a68f3dd14f0a1af2520b01ffdb3712d9dfe56 (diff) | |
Use sdk 5.x
| -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 a47d890f2..36152c82a 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 SDK 5.0" + displayName: "Install .NET SDK 5.x" condition: eq(variables['ImageName'], 'ubuntu-latest') inputs: packageType: sdk - version: '5.0' + version: '5.x' - task: UseDotNet@2 displayName: "Update DotNet" |
