We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3ce40e + 2e8d46f commit ae7d132Copy full SHA for ae7d132
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