Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Nov 15, 2023
1 parent 69bf505 commit 14ffed2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,34 +60,34 @@ jobs:
Workloads: ${{ variables.Workloads }}
PublishFramework: ${{ variables.PublishFramework }}
PublishProject: ${{ variables.PublishProject }}
PublishRuntime: 'win7-x64'
PublishRuntime: 'win-x64'

- template: Publish-Bash.yml@templates
parameters:
name: 'Publish_Ubuntu'
name: 'Publish_Linux'
vmImage: 'ubuntu-20.04'
BuildConfiguration: ${{ variables.BuildConfiguration }}
Workloads: ${{ variables.Workloads }}
PublishFramework: ${{ variables.PublishFramework }}
PublishProject: ${{ variables.PublishProject }}
PublishRuntime: 'ubuntu.14.04-x64'
PublishRuntime: 'linux-x64'

- template: Publish-Bash.yml@templates
parameters:
name: 'Publish_Debian'
vmImage: 'ubuntu-20.04'
name: 'Publish_macOS_x64'
vmImage: 'macOS-11'
BuildConfiguration: ${{ variables.BuildConfiguration }}
Workloads: ${{ variables.Workloads }}
PublishFramework: ${{ variables.PublishFramework }}
PublishProject: ${{ variables.PublishProject }}
PublishRuntime: 'debian.8-x64'
PublishRuntime: 'osx-x64'

- template: Publish-Bash.yml@templates
parameters:
name: 'Publish_macOS'
name: 'Publish_macOS_arm64'
vmImage: 'macOS-11'
BuildConfiguration: ${{ variables.BuildConfiguration }}
Workloads: ${{ variables.Workloads }}
PublishFramework: ${{ variables.PublishFramework }}
PublishProject: ${{ variables.PublishProject }}
PublishRuntime: 'osx.10.12-x64'
PublishRuntime: 'osx-arm64'

0 comments on commit 14ffed2

Please sign in to comment.