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 192f155 commit 5c1a924
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,40 +54,40 @@ jobs:

- template: Publish-PowerShell.yml@templates
parameters:
name: 'Publish_Windows_TestApp'
name: 'Publish_Windows'
vmImage: 'windows-2022'
BuildConfiguration: ${{ variables.BuildConfiguration }}
Workloads: ${{ variables.Workloads }}
PublishFramework: ${{ variables.PublishFramework }}
PublishProject: 'TestApp'
PublishRuntime: 'win7-x64'
PublishRuntime: 'win-x64'

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

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

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

0 comments on commit 5c1a924

Please sign in to comment.