Преглед изворни кода

Merge pull request #61 from PixiEditor/cd-azure-pipelines

Updated copy path pipelines
Krzysztof Krysiński пре 4 година
родитељ
комит
199ca08e97
2 измењених фајлова са 5 додато и 5 уклоњено
  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:
     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

+ 2 - 2
windows-x86-release.yml

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