2
0
Krzysztof Krysiński 2 жил өмнө
parent
commit
926e32bae9

+ 1 - 1
windows-x64-release-dev.yml

@@ -87,7 +87,7 @@ steps:
     publishLocation: 'pipeline'
 
 - task: PowerShell@2
-displayName: "Rename update installer"
+  displayName: "Rename update installer"
   inputs:
     targetType: 'inline'
     script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller.exe PixiEditor.UpdateInstaller-new.exe'

+ 1 - 1
windows-x64-release.yml

@@ -87,7 +87,7 @@ steps:
     publishLocation: 'pipeline'
 
 - task: PowerShell@2
-displayName: "Rename update installer"
+  displayName: "Rename update installer"
   inputs:
     targetType: 'inline'
     script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller.exe PixiEditor.UpdateInstaller-new.exe'

+ 1 - 1
windows-x86-release-dev.yml

@@ -87,7 +87,7 @@ steps:
     publishLocation: 'pipeline'
 
 - task: PowerShell@2
-displayName: "Rename update installer"
+  displayName: "Rename update installer"
   inputs:
     targetType: 'inline'
     script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller.exe PixiEditor.UpdateInstaller-new.exe'

+ 1 - 1
windows-x86-release.yml

@@ -87,7 +87,7 @@ steps:
     publishLocation: 'pipeline'
 
 - task: PowerShell@2
-displayName: "Rename update installer"
+  displayName: "Rename update installer"
   inputs:
     targetType: 'inline'
     script: 'Rename-Item UpdateInstaller/PixiEditor.UpdateInstaller.exe PixiEditor.UpdateInstaller-new.exe'