diff options
author | 杨宇千 <crupest@outlook.com> | 2019-07-27 22:08:29 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-07-27 22:08:29 +0800 |
commit | 68e4146f6e99b53ffda21154a8320af68b2e7707 (patch) | |
tree | 41c6fb226889e1381a801708c6a3cc532244d1ae /azure-pipelines.yml | |
parent | dc8269f1034d155e74ea4807d44c755fb83a7630 (diff) | |
download | timeline-68e4146f6e99b53ffda21154a8320af68b2e7707.tar.gz timeline-68e4146f6e99b53ffda21154a8320af68b2e7707.tar.bz2 timeline-68e4146f6e99b53ffda21154a8320af68b2e7707.zip |
Update azure-pipelines.yml for Azure Pipelines
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7d6bf4cb..8237e4cb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,7 +30,7 @@ steps: - script: dotnet publish Timeline/Timeline.csproj --configuration $(buildConfiguration) --no-restore --output ./publish/ displayName: Dotnet Publish -- task: PublishPipelineArtifact@0 +- task: PublishPipelineArtifact@1 inputs: - artifactName: 'timeline' - targetPath: Timeline/publish + path: 'Timeline/publish' + artifact: 'timeline' |