Skip to content

Commit 5cc8025

Browse files
committed
build: Flatten folders and clean target for unity files
1 parent 9076218 commit 5cc8025

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,16 @@ jobs:
5858
inputs:
5959
contents: "$(System.DefaultWorkingDirectory)/Buttplug/bin/Release/net47/*.dll"
6060
targetFolder: '$(System.DefaultWorkingDirectory/ButtplugUnity/Runtime'
61+
flattenFolders: true
6162
cleanTargetFolder: true
6263
- task: CopyFiles@2
6364
displayName: "Copy buttplug websocket files to unity runtime"
6465
condition: and(succeeded(), eq(variables['buildConfiguration'], 'Release'))
6566
inputs:
6667
contents: "$(System.DefaultWorkingDirectory)/Buttplug.Client.Connectors.WebsocketConnector/bin/Release/net47/*.dll"
6768
targetFolder: '$(System.DefaultWorkingDirectory/ButtplugUnity/Runtime'
68-
cleanTargetFolder: true
69+
flattenFolders: true
70+
cleanTargetFolder: false
6971
- task: ArchiveFiles@2
7072
displayName: "Archive unity artifacts"
7173
condition: and(succeeded(), eq(variables['buildConfiguration'], 'Release'))

0 commit comments

Comments
 (0)
close