diff options
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1a737c89..ad6a116a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,4 +36,4 @@ steps: - task: PublishPipelineArtifact@0 inputs: artifactName: 'timeline' - targetPath: Timeline/bin/Release/netcoreapp2.2/publish/ + targetPath: Timeline/bin/Release/netcoreapp2.2/publish |