Browse Source

Updated copy path pipelines

Krzysztof 4 years ago
parent
commit
66ea654b52
2 changed files with 5 additions and 5 deletions
  1. 3 3
      windows-x64-release.yml
  2. 2 2
      windows-x86-release.yml

+ 3 - 3
windows-x64-release.yml

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

+ 2 - 2
windows-x86-release.yml

@@ -56,7 +56,7 @@ steps:
   inputs:
   inputs:
     SourceFolder: 'UpdateInstaller'
     SourceFolder: 'UpdateInstaller'
     Contents: '**'
     Contents: '**'
-    TargetFolder: 'Builds/PixiEditor-x86'
+    TargetFolder: 'Builds/PixiEditor-x86/PixiEditor'
     flattenFolders: true
     flattenFolders: true
 
 
 - task: PowerShell@2
 - task: PowerShell@2
@@ -101,7 +101,7 @@ steps:
   inputs:
   inputs:
     SourceFolder: 'UpdateInstaller'
     SourceFolder: 'UpdateInstaller'
     Contents: '**'
     Contents: '**'
-    TargetFolder: 'Builds/PixiEditor-x86-light'
+    TargetFolder: 'Builds/PixiEditor-x86-light/PixiEditor'
     flattenFolders: true
     flattenFolders: true
 
 
 - task: PowerShell@2
 - task: PowerShell@2