diff options
-rw-r--r-- | Timeline.Tests/Timeline.Tests-CI.csproj (renamed from Timeline.Tests/Timeline.Test-CI.csproj) | 0 | ||||
-rw-r--r-- | Timeline/Timeline-CI.csproj | 1 | ||||
-rw-r--r-- | azure-pipelines.yml | 2 |
3 files changed, 2 insertions, 1 deletions
diff --git a/Timeline.Tests/Timeline.Test-CI.csproj b/Timeline.Tests/Timeline.Tests-CI.csproj index 3639dbf8..3639dbf8 100644 --- a/Timeline.Tests/Timeline.Test-CI.csproj +++ b/Timeline.Tests/Timeline.Tests-CI.csproj 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 @@ <SpaRoot>ClientApp\</SpaRoot> <DefaultItemExcludes>$(DefaultItemExcludes);$(SpaRoot)node_modules\**</DefaultItemExcludes> <Authors>crupest</Authors> + <AssemblyName>Timeline</AssemblyName> </PropertyGroup> <ItemGroup> 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 |