[Windows] Rename image build scripts (#8808)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
################################################################################
|
||||
## File: Install-PowershellModules.ps1
|
||||
## Desc: Install common PowerShell modules
|
||||
################################################################################
|
||||
|
||||
# Set TLS1.2
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor "Tls12"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user