27 changed files
Ado | ||
Jobs | ||
TestPowerShellOnLinux.psd1 + | ||
TestPowerShellOnMac.psd1 + | ||
TestPowerShellOnWindows.psd1 + | ||
Stages | ||
TestPowerShellCrossPlatform.psd1 + | ||
UpdatePowerShellGallery.psd1 + | ||
Steps | ||
InstallPester.ps1 + | ||
InstallPowerShellCoreOnLinux.psd1 + | ||
InstallPowerShellCoreOnMacOS.psd1 + | ||
PublishCodeCoverage.psd1 + | ||
PublishPowerShellGallery.ps1 + | ||
PublishTestResults.psd1 + | ||
RunPester.ps1 + | ||
Triggers | ||
SourceChanged.psd1 + | ||
en-us | ||
About_PSDevOps.help.txt + | ||
Add-ADOAttachment.ps1 + | ||
azure-pipelines.yml + | ||
New-ADOPipeline.ps1 + | ||
PSDevOps.psd1 + | ||
PSDevOps.psm1 + | ||
PSDevOps.test.ps1 + | ||
README.md + | ||
Set-ADOBuild.ps1 + | ||
Set-ADOEndpoint.ps1 + | ||
Set-ADOVariable.ps1 + | ||
Write-ADOError.ps1 + | ||
Write-ADOProgress.ps1 + | ||
Write-ADOWarning.ps1 + | ||
TestPowerShellOnLinux.psd1
/Ado/Jobs/TestPowerShellOnLinux.psd1+6/Ado/Jobs/TestPowerShellOnLinux.psd1
Add comment 1 Plus @{
Add comment 2 Plus job= 'Linux'
Add comment 3 Plus displayName = 'on Linux'
Add comment 4 Plus pool = @{vmImage='ubuntu-16.04'}
Add comment 5 Plus steps = 'InstallPowerShellCoreOnLinux','InstallPester', 'RunPester','PublishTestResults','PublishCodeCoverage'
Add comment 6 Plus }
Add comment 1 Plus @{
Add comment 2 Plus job = 'MacOS'
Add comment 3 Plus displayName = 'on MacOS'
Add comment 4 Plus pool = @{vmImage='xcode9-macos10.13'}
Add comment 5 Plus steps = 'InstallPowerShellCoreOnMacOS','InstallPester', 'RunPester','PublishTestResults','PublishCodeCoverage'
Add comment 6 Plus }
TestPowerShellOnWindows.psd1
/Ado/Jobs/TestPowerShellOnWindows.psd1+6/Ado/Jobs/TestPowerShellOnWindows.psd1
Add comment 1 Plus @{
Add comment 2 Plus job = 'Windows'
Add comment 3 Plus displayName = 'on Windows'
Add comment 4 Plus pool = @{vmImage='vs2017-win2016'}
Add comment 5 Plus steps = 'InstallPester', 'RunPester','PublishTestResults','PublishCodeCoverage'
Add comment 6 Plus }
TestPowerShellCrossPlatform.psd1
/Ado/Stages/TestPowerShellCrossPlatform.psd1/Ado/Stages/TestPowerShellCrossPlatform.psd1
UpdatePowerShellGallery.psd1
/Ado/Stages/UpdatePowerShellGallery.psd1/Ado/Stages/UpdatePowerShellGallery.psd1
InstallPowerShellCoreOnLinux.psd1
/Ado/Steps/InstallPowerShellCoreOnLinux.psd1/Ado/Steps/InstallPowerShellCoreOnLinux.psd1
InstallPowerShellCoreOnMacOS.psd1
/Ado/Steps/InstallPowerShellCoreOnMacOS.psd1/Ado/Steps/InstallPowerShellCoreOnMacOS.psd1
PublishPowerShellGallery.ps1
/Ado/Steps/PublishPowerShellGallery.ps1/Ado/Steps/PublishPowerShellGallery.ps1