Initial Commit
baa56009
StartAutomating
committed
27 changed files
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  }
TestPowerShellOnMac.psd1
/Ado/Jobs/TestPowerShellOnMac.psd1+6
/Ado/Jobs/TestPowerShellOnMac.psd1
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
InstallPester.ps1
/Ado/Steps/InstallPester.ps1
/Ado/Steps/InstallPester.ps1
InstallPowerShellCoreOnLinux.psd1
/Ado/Steps/InstallPowerShellCoreOnLinux.psd1
/Ado/Steps/InstallPowerShellCoreOnLinux.psd1
InstallPowerShellCoreOnMacOS.psd1
/Ado/Steps/InstallPowerShellCoreOnMacOS.psd1
/Ado/Steps/InstallPowerShellCoreOnMacOS.psd1
PublishCodeCoverage.psd1
/Ado/Steps/PublishCodeCoverage.psd1
/Ado/Steps/PublishCodeCoverage.psd1
PublishPowerShellGallery.ps1
/Ado/Steps/PublishPowerShellGallery.ps1
/Ado/Steps/PublishPowerShellGallery.ps1
PublishTestResults.psd1
/Ado/Steps/PublishTestResults.psd1
/Ado/Steps/PublishTestResults.psd1
RunPester.ps1
/Ado/Steps/RunPester.ps1
/Ado/Steps/RunPester.ps1
SourceChanged.psd1
/Ado/Triggers/SourceChanged.psd1
/Ado/Triggers/SourceChanged.psd1
About_PSDevOps.help.txt
/en-us/About_PSDevOps.help.txt
/en-us/About_PSDevOps.help.txt
Add-ADOAttachment.ps1
/Add-ADOAttachment.ps1
/Add-ADOAttachment.ps1
azure-pipelines.yml
/azure-pipelines.yml
/azure-pipelines.yml
New-ADOPipeline.ps1
/New-ADOPipeline.ps1
/New-ADOPipeline.ps1
PSDevOps.psd1
/PSDevOps.psd1
/PSDevOps.psd1
PSDevOps.psm1
/PSDevOps.psm1
/PSDevOps.psm1
PSDevOps.test.ps1
/PSDevOps.test.ps1
/PSDevOps.test.ps1
README.md
/README.md
/README.md
Set-ADOBuild.ps1
/Set-ADOBuild.ps1
/Set-ADOBuild.ps1
Set-ADOEndpoint.ps1
/Set-ADOEndpoint.ps1
/Set-ADOEndpoint.ps1
Set-ADOVariable.ps1
/Set-ADOVariable.ps1
/Set-ADOVariable.ps1
Write-ADOError.ps1
/Write-ADOError.ps1
/Write-ADOError.ps1
Write-ADOProgress.ps1
/Write-ADOProgress.ps1
/Write-ADOProgress.ps1
Write-ADOWarning.ps1
/Write-ADOWarning.ps1
/Write-ADOWarning.ps1