From ed66255a2fbb7f9a11dac084ec8e558deefdf939 Mon Sep 17 00:00:00 2001 From: Liz Baron <10554+lizbaron@users.noreply.github.com> Date: Thu, 10 Feb 2022 22:25:28 -0500 Subject: [PATCH 1/3] update vmImage to windows-2019 --- CI/Azure-DevOps/AZ_MainPipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/Azure-DevOps/AZ_MainPipeline.yml b/CI/Azure-DevOps/AZ_MainPipeline.yml index 61b0197ba..5fe04385f 100644 --- a/CI/Azure-DevOps/AZ_MainPipeline.yml +++ b/CI/Azure-DevOps/AZ_MainPipeline.yml @@ -14,7 +14,7 @@ schedules: always: true pool: - vmImage: 'windows-latest' + vmImage: 'windows-2019' parameters: # TODO, these don't work for scheduled pipelines, not even the defaults. Fix it. Hint: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/runtime-parameters?view=azure-devops&tabs=script#check-for-an-empty-parameter-object - name: VMMatrix From 64b68dd1c9cd6d6af8669b8ad60431b9fa16d0e5 Mon Sep 17 00:00:00 2001 From: Liz Baron <10554+lizbaron@users.noreply.github.com> Date: Thu, 10 Feb 2022 22:52:51 -0500 Subject: [PATCH 2/3] updated sqlpackage path --- CI/Azure-DevOps/AZ_MainPipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CI/Azure-DevOps/AZ_MainPipeline.yml b/CI/Azure-DevOps/AZ_MainPipeline.yml index 5fe04385f..4425cff70 100644 --- a/CI/Azure-DevOps/AZ_MainPipeline.yml +++ b/CI/Azure-DevOps/AZ_MainPipeline.yml @@ -72,7 +72,8 @@ variables: # value: 'C:\Program Files\Microsoft SQL Server\110\Tools\Binn' for vmImage: 'vs2017-win2016' value: 'C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn' - name: SQLPackagePath - value: 'C:\Program Files\Microsoft SQL Server\150\DAC\bin' +# value: 'C:\Program Files\Microsoft SQL Server\150\DAC\bin' Updated to the new path on 2022-02-05 + value: 'C:\Program Files\Microsoft SQL Server\160\DAC\bin' resources: repositories: From 27d8f04bd8d009ee626dbc33d5b3e78ccd55d268 Mon Sep 17 00:00:00 2001 From: Liz Baron <10554+lizbaron@users.noreply.github.com> Date: Thu, 10 Feb 2022 22:53:56 -0500 Subject: [PATCH 3/3] putting this back to windows-latest --- CI/Azure-DevOps/AZ_MainPipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/Azure-DevOps/AZ_MainPipeline.yml b/CI/Azure-DevOps/AZ_MainPipeline.yml index 4425cff70..276fb1b51 100644 --- a/CI/Azure-DevOps/AZ_MainPipeline.yml +++ b/CI/Azure-DevOps/AZ_MainPipeline.yml @@ -14,7 +14,7 @@ schedules: always: true pool: - vmImage: 'windows-2019' + vmImage: 'windows-latest' parameters: # TODO, these don't work for scheduled pipelines, not even the defaults. Fix it. Hint: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/runtime-parameters?view=azure-devops&tabs=script#check-for-an-empty-parameter-object - name: VMMatrix