diff options
author | crupest <crupest@outlook.com> | 2019-03-14 23:44:08 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-14 23:44:08 +0800 |
commit | f4d3aff068199592ee995cd89941a1d2d4053524 (patch) | |
tree | 0e19b39fd67a9650f0c0821796ffdb303471fadc | |
parent | 31660954829f8a4568dc75fc37923650fbf3fe55 (diff) | |
download | timeline-f4d3aff068199592ee995cd89941a1d2d4053524.tar.gz timeline-f4d3aff068199592ee995cd89941a1d2d4053524.tar.bz2 timeline-f4d3aff068199592ee995cd89941a1d2d4053524.zip |
Fix a bug!
-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 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 |