diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-17 14:07:37 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-17 14:07:37 +0800 |
commit | 9f575113a883497210ccc4b888ae04e60934c5df (patch) | |
tree | ccccef927fcb36c78a570f526d809057ebfe780d | |
parent | f2c2b4e43216a5c30dba05cf75208167b06fdbbc (diff) | |
download | timeline-9f575113a883497210ccc4b888ae04e60934c5df.tar.gz timeline-9f575113a883497210ccc4b888ae04e60934c5df.tar.bz2 timeline-9f575113a883497210ccc4b888ae04e60934c5df.zip |
...
-rw-r--r-- | azure-pipelines.yml | 2 |
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
|