Skip to content
This repository was archived by the owner on Apr 15, 2021. It is now read-only.

Commit e7b3228

Browse files
committed
build: Fix CI file copy formatting
1 parent 3fe56c2 commit e7b3228

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ jobs:
7171
displayName: "Copy bare program for Unity distribution"
7272
condition: and(succeeded(), eq(variables['buildConfiguration'], 'Release'))
7373
inputs:
74-
contents:
75-
- "$(System.DefaultWorkingDirectory)/IntifaceCLI/bin/Release/*.exe"
76-
- "$(System.DefaultWorkingDirectory)/IntifaceCLI/bin/Release/*.dll"
77-
- "$(System.DefaultWorkingDirectory)/IntifaceCLI/bin/Release/*.config"
78-
- "$(System.DefaultWorkingDirectory)/README.md"
79-
- "$(System.DefaultWorkingDirectory)/LICENSE.md"
74+
contents: |
75+
"$(System.DefaultWorkingDirectory)/IntifaceCLI/bin/Release/*.exe"
76+
"$(System.DefaultWorkingDirectory)/IntifaceCLI/bin/Release/*.dll"
77+
"$(System.DefaultWorkingDirectory)/IntifaceCLI/bin/Release/*.config"
78+
"$(System.DefaultWorkingDirectory)/README.md"
79+
"$(System.DefaultWorkingDirectory)/LICENSE.md"
8080
targetFolder: '$(Build.ArtifactStagingDirectory)/IntifaceCLIUnity'
8181
flattenFolders: true
8282
- task: ArchiveFiles@2

0 commit comments

Comments
 (0)