diff options
-rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4b06f16f..1ab3e707 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,9 +31,8 @@ steps: inputs: command: publish projects: Timeline/Timeline.csproj - arguments: -o ./publish/ - task: PublishPipelineArtifact@0 inputs: artifactName: 'timeline' - targetPath: Timeline/publish/ + targetPath: Timeline/bin/Release/netcoreapp2.2/publish/ |