瀏覽代碼

Change powershell

Krzysztof Krysiński 2 年之前
父節點
當前提交
fd78d2914f
共有 4 個文件被更改,包括 8 次插入8 次删除
  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'
     publishLocation: 'pipeline'
 
 
 - task: PowerShell@2
 - task: PowerShell@2
+displayName: "Rename update installer"
   inputs:
   inputs:
     targetType: 'inline'
     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
 - task: ArchiveFiles@2
   inputs:
   inputs:

+ 2 - 2
windows-x64-release.yml

@@ -87,10 +87,10 @@ steps:
     publishLocation: 'pipeline'
     publishLocation: 'pipeline'
 
 
 - task: PowerShell@2
 - task: PowerShell@2
+displayName: "Rename update installer"
   inputs:
   inputs:
     targetType: 'inline'
     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
 - task: ArchiveFiles@2
   inputs:
   inputs:

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

@@ -87,10 +87,10 @@ steps:
     publishLocation: 'pipeline'
     publishLocation: 'pipeline'
 
 
 - task: PowerShell@2
 - task: PowerShell@2
+displayName: "Rename update installer"
   inputs:
   inputs:
     targetType: 'inline'
     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
 - task: ArchiveFiles@2
   inputs:
   inputs:

+ 2 - 2
windows-x86-release.yml

@@ -87,10 +87,10 @@ steps:
     publishLocation: 'pipeline'
     publishLocation: 'pipeline'
 
 
 - task: PowerShell@2
 - task: PowerShell@2
+displayName: "Rename update installer"
   inputs:
   inputs:
     targetType: 'inline'
     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
 - task: ArchiveFiles@2
   inputs:
   inputs: