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 Mar 3, 2024
1 parent d4b379f commit a46cc3c
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 @@ -60,7 +60,7 @@ jobs:
Workloads: ${{ variables.Workloads }}
PublishFramework: ${{ variables.PublishFramework }}
PublishProject: ${{ variables.PublishProject }}
PublishRuntime: 'win7-x64'
PublishRuntime: 'win-x64'

- template: Publish-Bash.yml@templates
parameters:
Expand All @@ -70,7 +70,7 @@ jobs:
Workloads: ${{ variables.Workloads }}
PublishFramework: ${{ variables.PublishFramework }}
PublishProject: ${{ variables.PublishProject }}
PublishRuntime: 'ubuntu.14.04-x64'
PublishRuntime: 'linux-x64'

- template: Publish-Bash.yml@templates
parameters:
Expand All @@ -80,7 +80,7 @@ jobs:
Workloads: ${{ variables.Workloads }}
PublishFramework: ${{ variables.PublishFramework }}
PublishProject: ${{ variables.PublishProject }}
PublishRuntime: 'debian.8-x64'
PublishRuntime: 'linux-x64'

- template: Publish-Bash.yml@templates
parameters:
Expand All @@ -90,4 +90,4 @@ jobs:
Workloads: ${{ variables.Workloads }}
PublishFramework: ${{ variables.PublishFramework }}
PublishProject: ${{ variables.PublishProject }}
PublishRuntime: 'osx.10.12-x64'
PublishRuntime: 'osx-x64'

0 comments on commit a46cc3c

Please sign in to comment.