From 04aa8143220bca049be7a9a6611c9d3d43f5e676 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Thu, 17 Oct 2019 10:25:52 -0700 Subject: [PATCH 1/7] Test Alpine [skip ci] --- azure-pipelines.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 00000000000..c69db3b2ffb --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,14 @@ +# Starter pipeline +# Start with a minimal pipeline that you can customize to build and deploy your code. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +trigger: +- master + +pool: + container: 'mcr.microsoft.com/powershell/test-deps:preview-alpine-3.8' + +steps: +- pwsh: Get-Module -ListAvailable + displayName: 'Run a one-line script' From a9bfa097016ef230ba270cc924d076fa5688f00b Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Thu, 17 Oct 2019 10:29:50 -0700 Subject: [PATCH 2/7] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c69db3b2ffb..a4c71212f38 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,5 +10,9 @@ pool: container: 'mcr.microsoft.com/powershell/test-deps:preview-alpine-3.8' steps: -- pwsh: Get-Module -ListAvailable +- pwsh: | + Import-Module '$(Build.SourcesDirectory)/build.psm1' -Force + Start-PSBootstrap + Start-PSBuild + Start-PSPester displayName: 'Run a one-line script' From a8c5add8a3ca9b8a6890b4f59bf2af51340e323d Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Thu, 17 Oct 2019 10:47:26 -0700 Subject: [PATCH 3/7] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a4c71212f38..585a78632c7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,6 +10,9 @@ pool: container: 'mcr.microsoft.com/powershell/test-deps:preview-alpine-3.8' steps: +- pwsh: Get-ChildItem 'Env:' + displayName: Capture environment + - pwsh: | Import-Module '$(Build.SourcesDirectory)/build.psm1' -Force Start-PSBootstrap From 8e2a2ee05e50738ea6c37d9dec002f2bffba2a87 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Thu, 17 Oct 2019 12:29:26 -0700 Subject: [PATCH 4/7] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 585a78632c7..86a5a330d7f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,6 +12,9 @@ pool: steps: - pwsh: Get-ChildItem 'Env:' displayName: Capture environment + +- pwsh: Get-Content /etc/os-release + displayName: Display OS info - pwsh: | Import-Module '$(Build.SourcesDirectory)/build.psm1' -Force From ac42673627d5da0d0fa1983c1217671cc9721065 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Thu, 17 Oct 2019 12:41:01 -0700 Subject: [PATCH 5/7] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 86a5a330d7f..b4a9190bab4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,9 @@ trigger: - master pool: - container: 'mcr.microsoft.com/powershell/test-deps:preview-alpine-3.8' + vmImage: 'ubuntu-16.04' + +container: 'mcr.microsoft.com/powershell/test-deps:preview-alpine-3.8' steps: - pwsh: Get-ChildItem 'Env:' From c9d1eb2f62a920a020bc3d9b1357b55ba211efe2 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Thu, 17 Oct 2019 13:31:59 -0700 Subject: [PATCH 6/7] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b4a9190bab4..0d2e033080a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ trigger: pool: vmImage: 'ubuntu-16.04' -container: 'mcr.microsoft.com/powershell/test-deps:preview-alpine-3.8' +container: 'arpatwar/testalpinegclib' steps: - pwsh: Get-ChildItem 'Env:' @@ -24,3 +24,4 @@ steps: Start-PSBuild Start-PSPester displayName: 'Run a one-line script' + \ No newline at end of file From 3f4760422a9e9787180053131f5f60f728197076 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Thu, 17 Oct 2019 13:33:38 -0700 Subject: [PATCH 7/7] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0d2e033080a..4469614c98d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ trigger: pool: vmImage: 'ubuntu-16.04' -container: 'arpatwar/testalpinegclib' +container: 'arpatwar/testalpinegclib:latest' steps: - pwsh: Get-ChildItem 'Env:'