Skip to content

Commit a46cc3c

Browse files
committed
Update azure-pipelines.yml
1 parent d4b379f commit a46cc3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
Workloads: ${{ variables.Workloads }}
6161
PublishFramework: ${{ variables.PublishFramework }}
6262
PublishProject: ${{ variables.PublishProject }}
63-
PublishRuntime: 'win7-x64'
63+
PublishRuntime: 'win-x64'
6464

6565
- template: Publish-Bash.yml@templates
6666
parameters:
@@ -70,7 +70,7 @@ jobs:
7070
Workloads: ${{ variables.Workloads }}
7171
PublishFramework: ${{ variables.PublishFramework }}
7272
PublishProject: ${{ variables.PublishProject }}
73-
PublishRuntime: 'ubuntu.14.04-x64'
73+
PublishRuntime: 'linux-x64'
7474

7575
- template: Publish-Bash.yml@templates
7676
parameters:
@@ -80,7 +80,7 @@ jobs:
8080
Workloads: ${{ variables.Workloads }}
8181
PublishFramework: ${{ variables.PublishFramework }}
8282
PublishProject: ${{ variables.PublishProject }}
83-
PublishRuntime: 'debian.8-x64'
83+
PublishRuntime: 'linux-x64'
8484

8585
- template: Publish-Bash.yml@templates
8686
parameters:
@@ -90,4 +90,4 @@ jobs:
9090
Workloads: ${{ variables.Workloads }}
9191
PublishFramework: ${{ variables.PublishFramework }}
9292
PublishProject: ${{ variables.PublishProject }}
93-
PublishRuntime: 'osx.10.12-x64'
93+
PublishRuntime: 'osx-x64'

0 commit comments

Comments
 (0)