From 31660954829f8a4568dc75fc37923650fbf3fe55 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 14 Mar 2019 23:36:52 +0800 Subject: Change assembly name of ci project file. Rename test project file. --- Timeline.Tests/Timeline.Test-CI.csproj | 27 --------------------------- Timeline.Tests/Timeline.Tests-CI.csproj | 27 +++++++++++++++++++++++++++ Timeline/Timeline-CI.csproj | 1 + azure-pipelines.yml | 2 +- 4 files changed, 29 insertions(+), 28 deletions(-) delete mode 100644 Timeline.Tests/Timeline.Test-CI.csproj create mode 100644 Timeline.Tests/Timeline.Tests-CI.csproj diff --git a/Timeline.Tests/Timeline.Test-CI.csproj b/Timeline.Tests/Timeline.Test-CI.csproj deleted file mode 100644 index 3639dbf8..00000000 --- a/Timeline.Tests/Timeline.Test-CI.csproj +++ /dev/null @@ -1,27 +0,0 @@ - - - - netcoreapp2.2 - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers - - - - - - - - - - - - diff --git a/Timeline.Tests/Timeline.Tests-CI.csproj b/Timeline.Tests/Timeline.Tests-CI.csproj new file mode 100644 index 00000000..3639dbf8 --- /dev/null +++ b/Timeline.Tests/Timeline.Tests-CI.csproj @@ -0,0 +1,27 @@ + + + + netcoreapp2.2 + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers + + + + + + + + + + + + diff --git a/Timeline/Timeline-CI.csproj b/Timeline/Timeline-CI.csproj index e8d35b1d..65bfacdf 100644 --- a/Timeline/Timeline-CI.csproj +++ b/Timeline/Timeline-CI.csproj @@ -8,6 +8,7 @@ ClientApp\ $(DefaultItemExcludes);$(SpaRoot)node_modules\** crupest + Timeline 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 -- cgit v1.2.3