aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2020-01-05 19:30:32 +0100
committerGitHub <noreply@github.com>2020-01-05 19:30:32 +0100
commit21b78f44c8efe7eaa01430f23075d605c3d05356 (patch)
treee813662a272f4ad70d0655f071de174eb92a5806
parent65f65db8b9c7dcc2022ff6542a50481cb8d0cabf (diff)
Add new dotnet version to compat stage as well.
-rw-r--r--.ci/azure-pipelines.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml
index e5d09b0ab..143873266 100644
--- a/.ci/azure-pipelines.yml
+++ b/.ci/azure-pipelines.yml
@@ -254,6 +254,12 @@ jobs:
maxParallel: 2
steps:
- checkout: none
+
+ - task: UseDotNet@2
+ displayName: 'Update DotNet'
+ inputs:
+ packageType: sdk
+ version: 3.1.100
- task: DownloadPipelineArtifact@2
displayName: 'Download New Assembly Build Artifact'