summary refs log tree commit diff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2019-05-28 12:01:11 -0400
committerOren Novotny <oren@novotny.org>2019-05-28 12:01:11 -0400
commit6d3a6530c547b1d60bb86bdde315d0bf6b346e35 (patch)
treeaa679ff461854c4015867af088be65eac5f883ce /azure-pipelines.yml
parentMerge branch 'master' into netstandard (diff)
downloadBouncyCastle.NET-ed25519-6d3a6530c547b1d60bb86bdde315d0bf6b346e35.tar.xz
Update deps
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index d34d4dc68..f10579063 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -7,12 +7,17 @@ pr:
 - rel/*
 
 pool:
-  vmImage: vs2017-win2016
+  vmImage: windows-2019
 
 variables: 
   BuildConfiguration: Release
+  DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
 
 steps:
+- task: DotNetCoreInstaller@0
+  inputs:
+    version: '3.0.100-preview5-011568'
+
 - task: DotNetCoreCLI@2  
   inputs:
     command: custom