aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-10-17 14:07:37 +0800
committer杨宇千 <crupest@outlook.com>2019-10-17 14:07:37 +0800
commitd435ca920078c360630b82fada246fb0b6417d8f (patch)
treeccccef927fcb36c78a570f526d809057ebfe780d
parent63bf8223aa81ac8c0d79a3a897b9fcd2087268eb (diff)
downloadtimeline-d435ca920078c360630b82fada246fb0b6417d8f.tar.gz
timeline-d435ca920078c360630b82fada246fb0b6417d8f.tar.bz2
timeline-d435ca920078c360630b82fada246fb0b6417d8f.zip
...
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7fcf898f..c77485a5 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -17,7 +17,7 @@ stages:
- task: UseDotNet@2
inputs:
packageType: sdk
- version: 2.x
+ version: 3.0.x
- script: |
dotnet restore Timeline/Timeline.csproj --configfile nuget.config