Sfoglia il codice sorgente

Add new dotnet version to compat stage as well.

Erwin de Haan 6 anni fa
parent
commit
21b78f44c8
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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'