Skip to content

Commit

Permalink
Fix .NET 6 artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandreu committed Nov 11, 2021
1 parent 94687c8 commit 14b48cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,21 +143,21 @@ stages:
inputs:
rootFolderOrFile: '$(Pipeline.Workspace)/.NET Binaries'
includeRootFolder: false
archiveFile: '$(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-NET5-Binaries.zip'
archiveFile: '$(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-NET6-Binaries.zip'
- powershell: >-
Copy-Item
-Path "$(Pipeline.Workspace)/.NET Installer/OfficeRibbonXEditor.exe"
-Destination "$(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-NET5-Installer.exe"
-Destination "$(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-NET6-Installer.exe"
- task: ArchiveFiles@2
displayName: 'Archive Self-Contained .NET Binaries'
inputs:
rootFolderOrFile: '$(Pipeline.Workspace)/Self-Contained .NET Binaries'
includeRootFolder: false
archiveFile: '$(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-SelfContained-NET5-Binaries.zip'
archiveFile: '$(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-SelfContained-NET6-Binaries.zip'
- powershell: >-
Copy-Item
-Path "$(Pipeline.Workspace)/Self-Contained .NET Installer/OfficeRibbonXEditor.exe"
-Destination "$(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-SelfContained-NET5-Installer.exe"
-Destination "$(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-SelfContained-NET6-Installer.exe"
displayName: 'Copy Self-Contained .NET Installer'
- task: GitHubRelease@1
displayName: 'Create GitHub Release'
Expand Down

0 comments on commit 14b48cf

Please sign in to comment.