From 362317837ab8f1901485ba92685b77ec949c9e49 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 2 Jun 2020 15:41:25 +0800 Subject: Add Github Actions. --- azure-pipelines.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7246c8dc..c0aaee67 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,11 +37,7 @@ stages: packageType: sdk version: 3.1.x - - script: | - dotnet restore Timeline/Timeline.csproj --configfile nuget.config - dotnet restore Timeline.Tests/Timeline.Tests.csproj --configfile nuget.config - displayName: Dotnet Restore - - script: dotnet test Timeline.Tests/Timeline.Tests.csproj --configuration $(buildConfiguration) --no-restore --logger trx --collect:"XPlat Code Coverage" --settings './Timeline.Tests/coverletArgs.runsettings' + - script: dotnet test --configuration $(buildConfiguration) --logger trx --collect:"XPlat Code Coverage" --settings './Timeline.Tests/coverletArgs.runsettings' displayName: Dotnet Test - task: PublishTestResults@2 -- cgit v1.2.3