8000 [release/v7.5] Remove call to NuGet (#25334) · PowerShell/PowerShell@307c0d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 307c0d9

Browse files
pwshBotjshigetomiJustin Chung
authored
[release/v7.5] Remove call to NuGet (#25334)
Co-authored-by: Justin Chung <124807742+jshigetomi@users.noreply.github.com> Co-authored-by: Justin Chung <chungjustin@microsoft.com>
1 parent 8b196aa commit 307c0d9

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.pipelines/templates/compliance/generateNotice.yml

-11
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,6 @@ jobs:
8484
displayName: Capture Notice
8585
continueOnError: true
8686
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-
9887
- task: AzurePowerShell@5
9988
displayName: Upload Notice
10089
inputs:

0 commit comments

Comments
 (0)
0