mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 14:59:16 +08:00
Try listing extension SDKs
This commit is contained in:
parent
fd093029fc
commit
9953fc78b4
@ -83,6 +83,13 @@ steps:
|
||||
- task: VisualStudioTestPlatformInstaller@1
|
||||
displayName: Ensure VSTest Platform
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: List the ExtensionSDKs
|
||||
inputs:
|
||||
targetType: inline
|
||||
script: Tree "C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs"
|
||||
pwsh: true
|
||||
|
||||
- task: Cache@2
|
||||
displayName: 'Cache nuget packages (PackageReference)'
|
||||
inputs:
|
||||
|
@ -13,7 +13,6 @@
|
||||
<DefaultLanguage>en-US</DefaultLanguage>
|
||||
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.20348.0</WindowsTargetPlatformVersion>
|
||||
<AppContainerApplication>true</AppContainerApplication>
|
||||
<Support81SDKs>false</Support81SDKs>
|
||||
<ApplicationType>Windows Store</ApplicationType>
|
||||
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
|
||||
</PropertyGroup>
|
||||
|
@ -25,7 +25,6 @@
|
||||
<UseWinUI>true</UseWinUI>
|
||||
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.20348.0</WindowsTargetPlatformVersion>
|
||||
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
|
||||
<Support81SDKs>false</Support81SDKs>
|
||||
<EnablePreviewMsixTooling>true</EnablePreviewMsixTooling>
|
||||
<!-- MRT from windows app sdk will search for a pri file with the same name of the module before defaulting to resources.pri -->
|
||||
<ProjectPriFileName>PowerToys.PowerRename.pri</ProjectPriFileName>
|
||||
|
Loading…
Reference in New Issue
Block a user