Skip to content

Commit 553d794

Browse files
Update copy-and-build.yml
1 parent a9c71d7 commit 553d794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/templates/copy-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010
inputs:
1111
SourceFolder: '$(Agent.TempDirectory)'
1212
Contents: '**'
13-
TargetFolder: '$${{ parameters.directoryPath }}/'
13+
TargetFolder: '${{ parameters.directoryPath }}/'
1414

1515
- task: Gradle@2
1616
inputs:

0 commit comments

Comments
 (0)