aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-02 15:41:25 +0800
committercrupest <crupest@outlook.com>2020-06-02 15:41:25 +0800
commit362317837ab8f1901485ba92685b77ec949c9e49 (patch)
treed2cebe8625f20a7822ef29f70e8f08d6d5c40647 /azure-pipelines.yml
parent48b1d6ca1a0e3f1e2d84c62e5879dfb762fb307a (diff)
downloadtimeline-362317837ab8f1901485ba92685b77ec949c9e49.tar.gz
timeline-362317837ab8f1901485ba92685b77ec949c9e49.tar.bz2
timeline-362317837ab8f1901485ba92685b77ec949c9e49.zip
Add Github Actions.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml6
1 files changed, 1 insertions, 5 deletions
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