From 723bbf776ff902abd61e7bc354b77b178777324d Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 14 Mar 2019 23:44:08 +0800 Subject: Fix a bug! --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3