Enable CI build on PowerLauncher Branch (#2181)

* Enable CI build on PowerLauncher Branch

* Updated Nuget restore to latest and added AssetTargetFallback property
This commit is contained in:
udit3333
2020-04-16 20:25:54 -07:00
committed by GitHub
parent 7c5993d75b
commit 15061af796
3 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ trigger:
branches: branches:
include: include:
- master - master
- dev/PowerLauncher
paths: paths:
exclude: exclude:
- doc/* - doc/*
@@ -13,6 +14,7 @@ pr:
branches: branches:
include: include:
- master - master
- dev/PowerLauncher
# 0.0.yyMM.dd## # 0.0.yyMM.dd##
# 0.0.1904.0900 # 0.0.1904.0900

View File

@@ -7,9 +7,9 @@ steps:
clean: true clean: true
- task: NuGetToolInstaller@0 - task: NuGetToolInstaller@0
displayName: Ensure NuGet 4.8.1 displayName: Ensure NuGet 5.5.0
inputs: inputs:
versionSpec: 4.8.1 versionSpec: 5.5.0
- task: VisualStudioTestPlatformInstaller@1 - task: VisualStudioTestPlatformInstaller@1
displayName: Ensure VSTest Platform displayName: Ensure VSTest Platform

View File

@@ -11,6 +11,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath> <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Platforms>x64</Platforms> <Platforms>x64</Platforms>
<AssetTargetFallback>uap10.0.18362</AssetTargetFallback>
</PropertyGroup> </PropertyGroup>