Skip to content

Commit 5cdbbb4

Browse files
authored
Live publish
2 parents ed5e831 + d88d1f9 commit 5cdbbb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

powerapps-docs/developer/common-data-service/download-tools-nuget.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ You can download tools used in development from NuGet using the powershell scri
4040
1. Copy and paste the following PowerShell script into the PowerShell window and press Enter.
4141

4242
```powershell
43+
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
4344
$sourceNugetExe = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
4445
$targetNugetExe = ".\nuget.exe"
4546
Remove-Item .\Tools -Force -Recurse -ErrorAction Ignore

0 commit comments

Comments
 (0)