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 7b3876b commit 890d1b1
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 @@ -53,7 +53,7 @@ jobs:
BuildConfiguration: ${{ variables.BuildConfiguration }}
PublishFramework: ${{ variables.PublishFramework }}
PublishProject: ${{ variables.PublishProject }}
PublishRuntime: 'win7-x64'
PublishRuntime: 'win-x64'

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

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

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

0 comments on commit 890d1b1

Please sign in to comment.