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 | 63bf8223aa81ac8c0d79a3a897b9fcd2087268eb (patch) | |
tree | 861d9ab777e2064d746a96ee22fbed5c75792508 /azure-pipelines.yml | |
parent | 2c05860d6e3f5fb85e972811efdb23ef1b3604e1 (diff) | |
download | timeline-63bf8223aa81ac8c0d79a3a897b9fcd2087268eb.tar.gz timeline-63bf8223aa81ac8c0d79a3a897b9fcd2087268eb.tar.bz2 timeline-63bf8223aa81ac8c0d79a3a897b9fcd2087268eb.zip |
...
Diffstat (limited to 'azure-pipelines.yml')
-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
|