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