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