diff --git a/Tasks/SqlAzureDacpacDeploymentV1/FindSqlPackagePath.ps1 b/Tasks/SqlAzureDacpacDeploymentV1/FindSqlPackagePath.ps1 index 7d1464b1e239..ac06f10958bd 100644 --- a/Tasks/SqlAzureDacpacDeploymentV1/FindSqlPackagePath.ps1 +++ b/Tasks/SqlAzureDacpacDeploymentV1/FindSqlPackagePath.ps1 @@ -441,7 +441,7 @@ function Get-VisualStudio_15_0 { # may be something like 15.2. Write-Verbose "Getting latest Visual Studio 15 setup instance." $output = New-Object System.Text.StringBuilder - Invoke-VstsTool -FileName "$PSScriptRoot\vswhere.exe" -Arguments "-version [15.0,18.0) -latest -format json" -RequireExitCodeZero 2>&1 | + Invoke-VstsTool -FileName "$PSScriptRoot\vswhere.exe" -Arguments "-version [15.0,19.0) -latest -format json" -RequireExitCodeZero 2>&1 | ForEach-Object { if ($_ -is [System.Management.Automation.ErrorRecord]) { Write-Verbose "STDERR: $($_.Exception.Message)" @@ -460,7 +460,7 @@ function Get-VisualStudio_15_0 { # the same scheme. It appears to follow the 15..* versioning scheme. Write-Verbose "Getting latest BuildTools 15 setup instance." $output = New-Object System.Text.StringBuilder - Invoke-VstsTool -FileName "$PSScriptRoot\vswhere.exe" -Arguments "-version [15.0,18.0) -products Microsoft.VisualStudio.Product.BuildTools -latest -format json" -RequireExitCodeZero 2>&1 | + Invoke-VstsTool -FileName "$PSScriptRoot\vswhere.exe" -Arguments "-version [15.0,19.0) -products Microsoft.VisualStudio.Product.BuildTools -latest -format json" -RequireExitCodeZero 2>&1 | ForEach-Object { if ($_ -is [System.Management.Automation.ErrorRecord]) { Write-Verbose "STDERR: $($_.Exception.Message)" diff --git a/Tasks/SqlAzureDacpacDeploymentV1/task.json b/Tasks/SqlAzureDacpacDeploymentV1/task.json index e5e364e89608..4ee684cbf996 100644 --- a/Tasks/SqlAzureDacpacDeploymentV1/task.json +++ b/Tasks/SqlAzureDacpacDeploymentV1/task.json @@ -16,7 +16,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 263, + "Minor": 267, "Patch": 0 }, "demands": [ diff --git a/Tasks/SqlAzureDacpacDeploymentV1/task.loc.json b/Tasks/SqlAzureDacpacDeploymentV1/task.loc.json index 6d9219e5fb39..12e3e5a41fdb 100644 --- a/Tasks/SqlAzureDacpacDeploymentV1/task.loc.json +++ b/Tasks/SqlAzureDacpacDeploymentV1/task.loc.json @@ -16,7 +16,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 263, + "Minor": 267, "Patch": 0 }, "demands": [