File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 - template : ../steps/generate-nuget-package-step.yml@self
5252 parameters :
5353 OutputDirectory : $(artifactDirectory)
54+ installNuget : false
5455
5556 - template : ../steps/esrp-code-signing-step.yml@self
5657 parameters :
Original file line number Diff line number Diff line change @@ -27,10 +27,26 @@ parameters:
2727 - Project
2828
2929steps :
30- - task : NuGetToolInstaller@1
31- displayName : ' Install Latest Nuget'
32- inputs :
33- checkLatest : true
30+ # This tool is failing on OneBranch pipelines, possibly due to new
31+ # network isolation rules:
32+ #
33+ # ERR:Client network socket disconnected before secure TLS connection was established
34+ #
35+ # Our AKV Official build uses this 1ES image:
36+ #
37+ # Image: 1ES-OB-2022-D8-Netlock-V2_westus2_1_image
38+ #
39+ # An ICM for this issue exists:
40+ #
41+ # https://portal.microsofticm.com/imp/v5/incidents/details/690355343/summary
42+ #
43+ # Recommendation is to remove this step since NuGet is already present on
44+ # the 1ES images.
45+ #
46+ # - task: NuGetToolInstaller@1
47+ # displayName: 'Install Latest Nuget'
48+ # inputs:
49+ # checkLatest: true
3450
3551 - ${{ if parameters.generateSymbolsPackage }} :
3652 - task : NuGetCommand@2
You can’t perform that action at this time.
0 commit comments