diff options
author | crupest <crupest@outlook.com> | 2019-03-14 23:36:52 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-14 23:36:52 +0800 |
commit | ca77ab76b5588be4c224985c8337be48ae1d2a79 (patch) | |
tree | c21ae18370e88616e1fc97c21749340df05cf37b /azure-pipelines.yml | |
parent | 7c6e2c080085c004b7c5c3ec23ebf641b2efde90 (diff) | |
download | timeline-ca77ab76b5588be4c224985c8337be48ae1d2a79.tar.gz timeline-ca77ab76b5588be4c224985c8337be48ae1d2a79.tar.bz2 timeline-ca77ab76b5588be4c224985c8337be48ae1d2a79.zip |
Change assembly name of ci project file.
Rename test project file.
Diffstat (limited to 'azure-pipelines.yml')
-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 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 |