Skip to content

Commit c5fcd5a

Browse files
committed
Fix sample build and add CI config
1 parent bcfc9db commit c5fcd5a

8 files changed

Lines changed: 8 additions & 4 deletions

File tree

76.3 KB
Loading
10.6 KB
Loading
2.73 KB
Loading
10.9 KB
Loading
3.06 KB
Loading

Samples/MultiHeadedPackage/cs/cs-wpf-sparse/PrimaryApp/PrimaryApp.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
</AppxManifest>
1515
</ItemGroup>
1616

17-
<ItemGroup>
18-
<PackageReference Include="Microsoft.Build.Msix" />
19-
</ItemGroup>
20-
2117
<ItemGroup>
2218
<ProjectReference Include="..\SecondaryApp\SecondaryApp.csproj" />
2319
</ItemGroup>

SamplesCI-All.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ parameters:
1616
- 'Input/cs-winui'
1717
- 'Installer'
1818
- 'Mica'
19+
- 'MultiHeadedPackage'
1920
- 'Notifications'
2021
- 'PhotoEditor'
2122
- 'ResourceManagement'

SamplesCI-MultiHeadedPackage.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Please see https://www.osgwiki.com/wiki/Windows_App_SDK_-_How_to_build_and_use_the_pipelines
2+
# for information on how to use the pipelines
3+
name: $(BuildDefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)
4+
stages:
5+
- template: WindowsAppSDK-SamplesCI.yml
6+
parameters:
7+
FeatureDirectory: "MultiHeadedPackage"

0 commit comments

Comments
 (0)