Browse Source

Add new dotnet version to compat stage as well.

Erwin de Haan 5 years ago
parent
commit
21b78f44c8
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .ci/azure-pipelines.yml

+ 6 - 0
.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'