aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-14 23:36:52 +0800
committercrupest <crupest@outlook.com>2019-03-14 23:36:52 +0800
commit31660954829f8a4568dc75fc37923650fbf3fe55 (patch)
treefe18e2e120aee48f5f2c96d453542ea5d93643bb /azure-pipelines.yml
parent2f378157df13ee770bf1d14e3df21d01e876818c (diff)
downloadtimeline-31660954829f8a4568dc75fc37923650fbf3fe55.tar.gz
timeline-31660954829f8a4568dc75fc37923650fbf3fe55.tar.bz2
timeline-31660954829f8a4568dc75fc37923650fbf3fe55.zip
Change assembly name of ci project file.
Rename test project file.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index edeaca8b..cdb68efb 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -46,7 +46,7 @@ steps:
dotnet restore Timeline.Tests/Timeline.Test-CI.csproj --configfile nuget.config
displayName: Dotnet Restore
-- script: dotnet test Timeline.Tests/Timeline.Test-CI.csproj --configuration $(buildConfiguration) --no-restore --logger trx
+- script: dotnet test Timeline.Tests/Timeline.Tests-CI.csproj --configuration $(buildConfiguration) --no-restore --logger trx
displayName: Dotnet Test
- task: PublishTestResults@2