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
commit723bbf776ff902abd61e7bc354b77b178777324d (patch)
tree89c54eab50776ee09b7b9196d42fef2ab3ac8a10
parentca77ab76b5588be4c224985c8337be48ae1d2a79 (diff)
downloadtimeline-723bbf776ff902abd61e7bc354b77b178777324d.tar.gz
timeline-723bbf776ff902abd61e7bc354b77b178777324d.tar.bz2
timeline-723bbf776ff902abd61e7bc354b77b178777324d.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