diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-11-20 10:19:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-20 10:19:30 -0500 |
| commit | de2f4967d1973d58e46a41104cef01773e1692c8 (patch) | |
| tree | 7460d5d92a95d2d780d580ad52a8bc4a8cd2802c | |
| parent | b15efc84ede3f70bf02bcce194578c333127b94e (diff) | |
| parent | f727f5dd72b4ce382b34f8fd4c1a6adcd6728cc3 (diff) | |
Merge pull request #4524 from crobibero/test-5.0
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" |
