Pārlūkot izejas kodu

Hopefully last improvement

Krzysztof Krysiński 2 gadi atpakaļ
vecāks
revīzija
7e2340f4e4

+ 5 - 6
windows-x64-release-dev.yml

@@ -52,6 +52,11 @@ steps:
     arguments: '-o "UpdateInstaller" -r "$(buildPlatform)" --self-contained=false -p:PublishSingleFile=true -c $(buildConfiguration)'
     zipAfterPublish: false
 
+- task: PowerShell@2
+  displayName: "Rename update installer"
+  inputs:
+    targetType: 'inline'
+    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller PixiEditor.UpdateInstaller-new'
 
 - task: PowerShell@2
   displayName: "Set tag version"
@@ -86,12 +91,6 @@ steps:
     artifact: 'PixiEditor-setup-$(architecture).exe'
     publishLocation: 'pipeline'
 
-- task: PowerShell@2
-  displayName: "Rename update installer"
-  inputs:
-    targetType: 'inline'
-    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller PixiEditor.UpdateInstaller-new'
-
 - task: ArchiveFiles@2
   inputs:
     rootFolderOrFile: 'Builds\PixiEditor-$(architecture)-light'

+ 5 - 6
windows-x64-release.yml

@@ -52,6 +52,11 @@ steps:
     arguments: '-o "UpdateInstaller" -r "$(buildPlatform)" --self-contained=false -p:PublishSingleFile=true -c $(buildConfiguration)'
     zipAfterPublish: false
 
+- task: PowerShell@2
+  displayName: "Rename update installer"
+  inputs:
+    targetType: 'inline'
+    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller PixiEditor.UpdateInstaller-new'
 
 - task: PowerShell@2
   displayName: "Set tag version"
@@ -86,12 +91,6 @@ steps:
     artifact: 'PixiEditor-setup-$(architecture).exe'
     publishLocation: 'pipeline'
 
-- task: PowerShell@2
-  displayName: "Rename update installer"
-  inputs:
-    targetType: 'inline'
-    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller PixiEditor.UpdateInstaller-new'
-
 - task: ArchiveFiles@2
   inputs:
     rootFolderOrFile: 'Builds\PixiEditor-$(architecture)-light'

+ 5 - 6
windows-x86-release-dev.yml

@@ -52,6 +52,11 @@ steps:
     arguments: '-o "UpdateInstaller" -r "$(buildPlatform)" --self-contained=false -p:PublishSingleFile=true -c $(buildConfiguration)'
     zipAfterPublish: false
 
+- task: PowerShell@2
+  displayName: "Rename update installer"
+  inputs:
+    targetType: 'inline'
+    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller PixiEditor.UpdateInstaller-new'
 
 - task: PowerShell@2
   displayName: "Set tag version"
@@ -86,12 +91,6 @@ steps:
     artifact: 'PixiEditor-setup-$(architecture).exe'
     publishLocation: 'pipeline'
 
-- task: PowerShell@2
-  displayName: "Rename update installer"
-  inputs:
-    targetType: 'inline'
-    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller PixiEditor.UpdateInstaller-new'
-
 - task: ArchiveFiles@2
   inputs:
     rootFolderOrFile: 'Builds\PixiEditor-$(architecture)-light'

+ 5 - 6
windows-x86-release.yml

@@ -52,6 +52,11 @@ steps:
     arguments: '-o "UpdateInstaller" -r "$(buildPlatform)" --self-contained=false -p:PublishSingleFile=true -c $(buildConfiguration)'
     zipAfterPublish: false
 
+- task: PowerShell@2
+  displayName: "Rename update installer"
+  inputs:
+    targetType: 'inline'
+    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller PixiEditor.UpdateInstaller-new'
 
 - task: PowerShell@2
   displayName: "Set tag version"
@@ -86,12 +91,6 @@ steps:
     artifact: 'PixiEditor-setup-$(architecture).exe'
     publishLocation: 'pipeline'
 
-- task: PowerShell@2
-  displayName: "Rename update installer"
-  inputs:
-    targetType: 'inline'
-    script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller PixiEditor.UpdateInstaller-new'
-
 - task: ArchiveFiles@2
   inputs:
     rootFolderOrFile: 'Builds\PixiEditor-$(architecture)-light'