Skip to content

A few PowerShell scripts that make Build process easier

License

Notifications You must be signed in to change notification settings

pkudrel/PsAutomationHelpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PsAutomationHelpers

A few PowerShell scripts that make Build process easier

Install windows

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Invoke-WebRequest https://raw.githubusercontent.com/pkudrel/PsAutomationHelpers/master/install.ps1 -OutFile install.ps1 ; ./install.ps1 ; Remove-Item ./install.ps1

About

A few PowerShell scripts that make Build process easier

Resources

License

Stars

Watchers

Forks

Packages

No packages published