File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,15 +57,15 @@ jobs:
5757 condition : and(succeeded(), eq(variables['buildConfiguration'], 'Release'))
5858 inputs :
5959 contents : " $(System.DefaultWorkingDirectory)/Buttplug/bin/Release/net47/*.dll"
60- targetFolder : ' $(System.DefaultWorkingDirectory/ButtplugUnity/Runtime'
60+ targetFolder : ' $(System.DefaultWorkingDirectory) /ButtplugUnity/Runtime'
6161 flattenFolders : true
6262 cleanTargetFolder : true
6363 - task : CopyFiles@2
6464 displayName : " Copy buttplug websocket files to unity runtime"
6565 condition : and(succeeded(), eq(variables['buildConfiguration'], 'Release'))
6666 inputs :
6767 contents : " $(System.DefaultWorkingDirectory)/Buttplug.Client.Connectors.WebsocketConnector/bin/Release/net47/*.dll"
68- targetFolder : ' $(System.DefaultWorkingDirectory/ButtplugUnity/Runtime'
68+ targetFolder : ' $(System.DefaultWorkingDirectory) /ButtplugUnity/Runtime'
6969 flattenFolders : true
7070 cleanTargetFolder : false
7171 - task : ArchiveFiles@2
You can’t perform that action at this time.
0 commit comments