Try listing extension SDKs

This commit is contained in:
Jaime Bernardo 2024-05-23 13:44:12 +01:00
parent fd093029fc
commit 9953fc78b4
3 changed files with 7 additions and 2 deletions

View File

@ -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:

View File

@ -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>

View File

@ -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>