Browse Source

Also install 2.2

Oren Novotny 6 years ago
parent
commit
deba91f265
1 changed files with 4 additions and 0 deletions
  1. 4 0
      azure-pipelines.rx.yml

+ 4 - 0
azure-pipelines.rx.yml

@@ -112,6 +112,10 @@ jobs:
     BuildPlatform: Any CPU
   
   steps:
+  - task: DotNetCoreInstaller@0
+    inputs:
+      version: '2.2.100'
+
   - task: DotNetCoreInstaller@0
     inputs:
       version: '3.0.100-preview-009812'