|
@@ -56,7 +56,7 @@ steps:
|
|
|
inputs:
|
|
|
SourceFolder: 'UpdateInstaller'
|
|
|
Contents: '**'
|
|
|
- TargetFolder: 'Builds/PixiEditor-x64'
|
|
|
+ TargetFolder: 'Builds/PixiEditor-x64/PixiEditor/'
|
|
|
flattenFolders: true
|
|
|
|
|
|
- task: PowerShell@2
|
|
@@ -68,7 +68,7 @@ steps:
|
|
|
- task: PublishPipelineArtifact@1
|
|
|
displayName: "Publish artifact"
|
|
|
inputs:
|
|
|
- targetPath: 'Installer/Assets/PixiEditor-x64/'
|
|
|
+ targetPath: 'Installer/Assets/PixiEditor-x64'
|
|
|
artifact: 'PixiEditor-setup-x64.exe'
|
|
|
publishLocation: 'pipeline'
|
|
|
|
|
@@ -101,7 +101,7 @@ steps:
|
|
|
inputs:
|
|
|
SourceFolder: 'UpdateInstaller'
|
|
|
Contents: '**'
|
|
|
- TargetFolder: 'Builds/PixiEditor-x64-light'
|
|
|
+ TargetFolder: 'Builds/PixiEditor-x64-light/PixiEditor'
|
|
|
flattenFolders: true
|
|
|
|
|
|
- task: PowerShell@2
|