Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetseckin authored Feb 22, 2020
1 parent b5982d5 commit 9cffc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/templates/stages/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ stages:

variables:
artifactName: 'Solutions'
artifactPath: 'src\Solutions\bin\${{ parameters.configuration }}\*.zip'
artifactPath: 'bin\${{ parameters.configuration }}\*.zip'

dependsOn: ${{ parameters.dependsOn }}
jobs:
Expand Down

0 comments on commit 9cffc9f

Please sign in to comment.