File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,16 @@ jobs:
58
58
inputs :
59
59
contents : " $(System.DefaultWorkingDirectory)/Buttplug/bin/Release/net47/*.dll"
60
60
targetFolder : ' $(System.DefaultWorkingDirectory/ButtplugUnity/Runtime'
61
+ flattenFolders : true
61
62
cleanTargetFolder : true
62
63
- task : CopyFiles@2
63
64
displayName : " Copy buttplug websocket files to unity runtime"
64
65
condition : and(succeeded(), eq(variables['buildConfiguration'], 'Release'))
65
66
inputs :
66
67
contents : " $(System.DefaultWorkingDirectory)/Buttplug.Client.Connectors.WebsocketConnector/bin/Release/net47/*.dll"
67
68
targetFolder : ' $(System.DefaultWorkingDirectory/ButtplugUnity/Runtime'
68
- cleanTargetFolder : true
69
+ flattenFolders : true
70
+ cleanTargetFolder : false
69
71
- task : ArchiveFiles@2
70
72
displayName : " Archive unity artifacts"
71
73
condition : and(succeeded(), eq(variables['buildConfiguration'], 'Release'))
You can’t perform that action at this time.
0 commit comments