Bläddra i källkod

Change powershell

Krzysztof Krysiński 2 år sedan
förälder
incheckning
fd78d2914f
4 ändrade filer med 8 tillägg och 8 borttagningar
  1. 2 2
      windows-x64-release-dev.yml
  2. 2 2
      windows-x64-release.yml
  3. 2 2
      windows-x86-release-dev.yml
  4. 2 2
      windows-x86-release.yml

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

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

+ 2 - 2
windows-x64-release.yml

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

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

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

+ 2 - 2
windows-x86-release.yml

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