Преглед на файлове

Hopefully last improvement

Krzysztof Krysiński преди 2 години
родител
ревизия
7e2340f4e4
променени са 4 файла, в които са добавени 20 реда и са изтрити 24 реда
  1. 5 6
      windows-x64-release-dev.yml
  2. 5 6
      windows-x64-release.yml
  3. 5 6
      windows-x86-release-dev.yml
  4. 5 6
      windows-x86-release.yml

+ 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'