Skip to content

Commit ae7d132

Browse files
authored
Merge pull request #3585 from IgniteUI/sstoychev/add-browser-subdir
fix(cd): add subdir for new build model
2 parents f3ce40e + 2e8d46f commit ae7d132

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-devops/templates/cd-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ steps:
122122
workingDirectory: ${{ parameters.workingDir }}
123123
124124
- script: |
125-
sourcePath="$(Build.SourcesDirectory)/${{ parameters.targetFolder }}"
125+
sourcePath="$(Build.SourcesDirectory)/${{ parameters.targetFolder }}/browser"
126126
destinationZip="$(Build.ArtifactStagingDirectory)/output.zip"
127127
cd "$sourcePath"
128128
zip -r "$destinationZip" ./

0 commit comments

Comments
 (0)