Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sowu880 authored Dec 1, 2022
1 parent 0421163 commit 273b858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ steps:
inputs:
buildType: current
artifactName: FhirToDataLakeImage
targetPath: $(System.DefaultWorkingDirectory)
targetPath: $(System.DefaultWorkingDirectory)/FhirToDataLakeImage

- task: DownloadPipelineArtifact@2
displayName: Download FhirToDataLake Function App Artifacts
inputs:
buildType: current
artifactName: FhirToDataLakeFunctionApp
targetPath: $(System.DefaultWorkingDirectory)
targetPath: $(System.DefaultWorkingDirectory)/FhirToDataLakeFunctionApp

- task: DownloadBuildArtifacts@0
displayName: 'Download FhirToCdm Artifacts'
Expand Down

0 comments on commit 273b858

Please sign in to comment.