From 15061af796d1ef398d7125eb2aeda87c90872f9b Mon Sep 17 00:00:00 2001 From: udit3333 Date: Thu, 16 Apr 2020 20:25:54 -0700 Subject: [PATCH] Enable CI build on PowerLauncher Branch (#2181) * Enable CI build on PowerLauncher Branch * Updated Nuget restore to latest and added AssetTargetFallback property --- .pipelines/ci/ci.yml | 2 ++ .pipelines/ci/templates/build-powertoys-steps.yml | 4 ++-- src/modules/launcher/PowerLauncher/PowerLauncher.csproj | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.pipelines/ci/ci.yml b/.pipelines/ci/ci.yml index 85b915c48c..c94c9cc67f 100644 --- a/.pipelines/ci/ci.yml +++ b/.pipelines/ci/ci.yml @@ -3,6 +3,7 @@ trigger: branches: include: - master + - dev/PowerLauncher paths: exclude: - doc/* @@ -13,6 +14,7 @@ pr: branches: include: - master + - dev/PowerLauncher # 0.0.yyMM.dd## # 0.0.1904.0900 diff --git a/.pipelines/ci/templates/build-powertoys-steps.yml b/.pipelines/ci/templates/build-powertoys-steps.yml index a06cb6514a..9568e38af3 100644 --- a/.pipelines/ci/templates/build-powertoys-steps.yml +++ b/.pipelines/ci/templates/build-powertoys-steps.yml @@ -7,9 +7,9 @@ steps: clean: true - task: NuGetToolInstaller@0 - displayName: Ensure NuGet 4.8.1 + displayName: Ensure NuGet 5.5.0 inputs: - versionSpec: 4.8.1 + versionSpec: 5.5.0 - task: VisualStudioTestPlatformInstaller@1 displayName: Ensure VSTest Platform diff --git a/src/modules/launcher/PowerLauncher/PowerLauncher.csproj b/src/modules/launcher/PowerLauncher/PowerLauncher.csproj index 7b38e150e5..511d9e1b16 100644 --- a/src/modules/launcher/PowerLauncher/PowerLauncher.csproj +++ b/src/modules/launcher/PowerLauncher/PowerLauncher.csproj @@ -11,6 +11,7 @@ false false x64 + uap10.0.18362