Skip to content

Commit 14b48cf

Browse files
committed
Fix .NET 6 artifact names
1 parent 94687c8 commit 14b48cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,21 +143,21 @@ stages:
143143
inputs:
144144
rootFolderOrFile: '$(Pipeline.Workspace)/.NET Binaries'
145145
includeRootFolder: false
146-
archiveFile: '$(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-NET5-Binaries.zip'
146+
archiveFile: '$(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-NET6-Binaries.zip'
147147
- powershell: >-
148148
Copy-Item
149149
-Path "$(Pipeline.Workspace)/.NET Installer/OfficeRibbonXEditor.exe"
150-
-Destination "$(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-NET5-Installer.exe"
150+
-Destination "$(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-NET6-Installer.exe"
151151
- task: ArchiveFiles@2
152152
displayName: 'Archive Self-Contained .NET Binaries'
153153
inputs:
154154
rootFolderOrFile: '$(Pipeline.Workspace)/Self-Contained .NET Binaries'
155155
includeRootFolder: false
156-
archiveFile: '$(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-SelfContained-NET5-Binaries.zip'
156+
archiveFile: '$(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-SelfContained-NET6-Binaries.zip'
157157
- powershell: >-
158158
Copy-Item
159159
-Path "$(Pipeline.Workspace)/Self-Contained .NET Installer/OfficeRibbonXEditor.exe"
160-
-Destination "$(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-SelfContained-NET5-Installer.exe"
160+
-Destination "$(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-SelfContained-NET6-Installer.exe"
161161
displayName: 'Copy Self-Contained .NET Installer'
162162
- task: GitHubRelease@1
163163
displayName: 'Create GitHub Release'

0 commit comments

Comments
 (0)