We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ce40e commit 2e8d46fCopy full SHA for 2e8d46f
1 file changed
azure-devops/templates/cd-template.yml
@@ -122,7 +122,7 @@ steps:
122
workingDirectory: ${{ parameters.workingDir }}
123
124
- script: |
125
- sourcePath="$(Build.SourcesDirectory)/${{ parameters.targetFolder }}"
+ sourcePath="$(Build.SourcesDirectory)/${{ parameters.targetFolder }}/browser"
126
destinationZip="$(Build.ArtifactStagingDirectory)/output.zip"
127
cd "$sourcePath"
128
zip -r "$destinationZip" ./
0 commit comments