aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-14 23:44:08 +0800
committercrupest <crupest@outlook.com>2019-03-14 23:44:08 +0800
commitf4d3aff068199592ee995cd89941a1d2d4053524 (patch)
tree0e19b39fd67a9650f0c0821796ffdb303471fadc
parent31660954829f8a4568dc75fc37923650fbf3fe55 (diff)
downloadtimeline-f4d3aff068199592ee995cd89941a1d2d4053524.tar.gz
timeline-f4d3aff068199592ee995cd89941a1d2d4053524.tar.bz2
timeline-f4d3aff068199592ee995cd89941a1d2d4053524.zip
Fix a bug!
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index cdb68efb..17087351 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -43,7 +43,7 @@ steps:
- script: |
dotnet restore Timeline/Timeline-CI.csproj --configfile nuget.config
- dotnet restore Timeline.Tests/Timeline.Test-CI.csproj --configfile nuget.config
+ dotnet restore Timeline.Tests/Timeline.Tests-CI.csproj --configfile nuget.config
displayName: Dotnet Restore
- script: dotnet test Timeline.Tests/Timeline.Tests-CI.csproj --configuration $(buildConfiguration) --no-restore --logger trx