diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-17 14:06:43 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-17 14:06:43 +0800 |
commit | f2c2b4e43216a5c30dba05cf75208167b06fdbbc (patch) | |
tree | 861d9ab777e2064d746a96ee22fbed5c75792508 | |
parent | ee612ce0348dade84abf5d196fc641c05ed366ff (diff) | |
download | timeline-f2c2b4e43216a5c30dba05cf75208167b06fdbbc.tar.gz timeline-f2c2b4e43216a5c30dba05cf75208167b06fdbbc.tar.bz2 timeline-f2c2b4e43216a5c30dba05cf75208167b06fdbbc.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 e696b6a9..7fcf898f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ stages: - task: UseDotNet@2
inputs:
packageType: sdk
- version: 3.x
+ version: 2.x
- script: |
dotnet restore Timeline/Timeline.csproj --configfile nuget.config
|