From cdf6f354954dfe6949879c54d56a31039e70df40 Mon Sep 17 00:00:00 2001 From: David Vreony Date: Thu, 21 Oct 2021 22:50:30 +0100 Subject: [PATCH] add vs2022 update command (#796) ci failing due to requiring 17.0.0-pre.5.0 for maui --- .github/workflows/ci-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 3ff5413d6..65d449bb3 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -20,6 +20,7 @@ jobs: shell: bash run: | dotnet tool update -g dotnet-vs + vs update preview vs modify preview +mobile +desktop +uwp +web echo "##vso[task.prependpath]$(vs where preview --prop=InstallationPath)\MSBuild\Current\Bin"