File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,21 +143,21 @@ stages:
143
143
inputs :
144
144
rootFolderOrFile : ' $(Pipeline.Workspace)/.NET Binaries'
145
145
includeRootFolder : false
146
- archiveFile : ' $(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-NET5 -Binaries.zip'
146
+ archiveFile : ' $(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-NET6 -Binaries.zip'
147
147
- powershell : >-
148
148
Copy-Item
149
149
-Path "$(Pipeline.Workspace)/.NET Installer/OfficeRibbonXEditor.exe"
150
- -Destination "$(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-NET5 -Installer.exe"
150
+ -Destination "$(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-NET6 -Installer.exe"
151
151
- task : ArchiveFiles@2
152
152
displayName : ' Archive Self-Contained .NET Binaries'
153
153
inputs :
154
154
rootFolderOrFile : ' $(Pipeline.Workspace)/Self-Contained .NET Binaries'
155
155
includeRootFolder : false
156
- archiveFile : ' $(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-SelfContained-NET5 -Binaries.zip'
156
+ archiveFile : ' $(Build.ArtifactStagingDirectory)/OfficeRibbonXEditor-SelfContained-NET6 -Binaries.zip'
157
157
- powershell : >-
158
158
Copy-Item
159
159
-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"
161
161
displayName: 'Copy Self-Contained .NET Installer'
162
162
- task : GitHubRelease@1
163
163
displayName : ' Create GitHub Release'
You can’t perform that action at this time.
0 commit comments