mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user