summary refs log tree commit diff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2020-02-24 10:27:38 -0500
committerOren Novotny <oren@novotny.org>2020-02-24 11:08:50 -0500
commitc0f3b043731142ac9a970ece5a0c281858e5a565 (patch)
tree05d1f7c18423ad8d93d609f8a5175249b99a26da /azure-pipelines.yml
parentMerge pull request #23 from novotnyllc/dependabot/nuget/coverlet.collector-1.2.0 (diff)
downloadBouncyCastle.NET-ed25519-c0f3b043731142ac9a970ece5a0c281858e5a565.tar.xz
use latest sdk to build
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 2c2861101..5d0c4bf5d 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -20,7 +20,7 @@ stages:
     steps:
     - task: UseDotNet@2
       inputs:
-        version: 3.0.x
+        version: 3.1.x
         performMultiLevelLookup: true
 
     - task: DotNetCoreCLI@2