diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-17 14:16:06 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-17 14:16:06 +0800 |
commit | 055f30e7a9cab639da64518c5098bd369d2be22e (patch) | |
tree | 1f20549f19915e62c12162f2dc68b8b631421dd4 | |
parent | d435ca920078c360630b82fada246fb0b6417d8f (diff) | |
download | timeline-055f30e7a9cab639da64518c5098bd369d2be22e.tar.gz timeline-055f30e7a9cab639da64518c5098bd369d2be22e.tar.bz2 timeline-055f30e7a9cab639da64518c5098bd369d2be22e.zip |
Update CI.
-rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c77485a5..9b8a5fdb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,7 +24,7 @@ stages: 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 './coverletArgs.runsettings'
+ - script: dotnet test Timeline.Tests/Timeline.Tests.csproj --configuration $(buildConfiguration) --no-restore --logger trx --collect:"XPlat Code Coverage" --settings './Timeline.Tests/coverletArgs.runsettings'
displayName: Dotnet Test
- task: PublishTestResults@2
@@ -51,7 +51,7 @@ stages: pool:
vmImage: 'ubuntu-18.04'
steps:
- - script: dotnet publish Timeline/Timeline.csproj --configuration $(buildConfiguration) --output ./publish/
+ - script: dotnet publish Timeline/Timeline.csproj --configuration $(buildConfiguration) --output ./Timeline/publish/
displayName: Dotnet Publish
- task: PublishPipelineArtifact@1
|