From 703867da21102e5fbb18669c50efff4819bb5c54 Mon Sep 17 00:00:00 2001 From: Matt Jeanes Date: Sat, 7 Mar 2020 21:57:19 +0000 Subject: [PATCH] Update publish-os-steps.yml --- .azuredevops/pipelines/templates/publish-os-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azuredevops/pipelines/templates/publish-os-steps.yml b/.azuredevops/pipelines/templates/publish-os-steps.yml index f313bc348..b0e4a45a8 100644 --- a/.azuredevops/pipelines/templates/publish-os-steps.yml +++ b/.azuredevops/pipelines/templates/publish-os-steps.yml @@ -19,7 +19,7 @@ steps: inputs: SourceFolder: '$(Build.ArtifactStagingDirectory)/angular_dist' Contents: '**' - TargetFolder: '$(Build.ArtifactStagingDirectory)/$(runtime)/ClientApp/dist + TargetFolder: '$(Build.ArtifactStagingDirectory)/$(runtime)/ClientApp/dist' - task: ArchiveFiles@2 displayName: 'Zip $(runtime)'