We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6fcfd commit 519cfa3Copy full SHA for 519cfa3
1 file changed
eng/pipelines/build.yml
@@ -62,6 +62,7 @@ jobs:
62
signType: $(_SignType)
63
zipSources: false
64
feedSource: https://dnceng.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json
65
+ ConnectedPMEServiceName: 248d384a-b39b-46e3-8ad5-c2c210d5e7ca
66
continueOnError: false
67
condition: and(succeeded(), in(variables['_SignType'], 'real', 'test'))
68
# NuGet's http cache lasts 30 minutes. If we're on a static machine, this may interfere with
@@ -157,4 +158,4 @@ jobs:
157
158
159
- template: /eng/pipelines/post-build.yml@self
160
parameters:
- name: ${{ parameters.name }}
161
+ name: ${{ parameters.name }}
0 commit comments