File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 60
60
Workloads : ${{ variables.Workloads }}
61
61
PublishFramework : ${{ variables.PublishFramework }}
62
62
PublishProject : ${{ variables.PublishProject }}
63
- PublishRuntime : ' win7 -x64'
63
+ PublishRuntime : ' win -x64'
64
64
65
65
- template : Publish-Bash.yml@templates
66
66
parameters :
70
70
Workloads : ${{ variables.Workloads }}
71
71
PublishFramework : ${{ variables.PublishFramework }}
72
72
PublishProject : ${{ variables.PublishProject }}
73
- PublishRuntime : ' ubuntu.14.04 -x64'
73
+ PublishRuntime : ' linux -x64'
74
74
75
75
- template : Publish-Bash.yml@templates
76
76
parameters :
80
80
Workloads : ${{ variables.Workloads }}
81
81
PublishFramework : ${{ variables.PublishFramework }}
82
82
PublishProject : ${{ variables.PublishProject }}
83
- PublishRuntime : ' debian.8 -x64'
83
+ PublishRuntime : ' linux -x64'
84
84
85
85
- template : Publish-Bash.yml@templates
86
86
parameters :
90
90
Workloads : ${{ variables.Workloads }}
91
91
PublishFramework : ${{ variables.PublishFramework }}
92
92
PublishProject : ${{ variables.PublishProject }}
93
- PublishRuntime : ' osx.10.12 -x64'
93
+ PublishRuntime : ' osx-x64'
You can’t perform that action at this time.
0 commit comments