File tree 1 file changed +0
-11
lines changed
.pipelines/templates/compliance
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 84
84
displayName: Capture Notice
85
85
continueOnError: true
86
86
87
- - powershell : |
88
- [System.Net.ServicePointManager]::SecurityProtocol =
89
- [System.Net.ServicePointManager]::SecurityProtocol -bor
90
- [System.Security.Authentication.SslProtocols]::Tls12 -bor
91
- [System.Security.Authentication.SslProtocols]::Tls11
92
-
93
- Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord
94
- Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord
95
- Get-PackageProvider -Name NuGet -ForceBootstrap
96
- displayName: Initalize PowerShellGet
97
-
98
87
- task : AzurePowerShell@5
99
88
displayName : Upload Notice
100
89
inputs :
You can’t perform that action at this time.
0 commit comments