diff options
author | crupest <crupest@outlook.com> | 2020-06-02 15:41:25 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-02 15:41:25 +0800 |
commit | 362317837ab8f1901485ba92685b77ec949c9e49 (patch) | |
tree | d2cebe8625f20a7822ef29f70e8f08d6d5c40647 /azure-pipelines.yml | |
parent | 48b1d6ca1a0e3f1e2d84c62e5879dfb762fb307a (diff) | |
download | timeline-362317837ab8f1901485ba92685b77ec949c9e49.tar.gz timeline-362317837ab8f1901485ba92685b77ec949c9e49.tar.bz2 timeline-362317837ab8f1901485ba92685b77ec949c9e49.zip |
Add Github Actions.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 6 |
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
|