Skip to content

Commit 1a7fb53

Browse files
committed
Updated to new version of MUXTestInfra.
1 parent c0aca28 commit 1a7fb53

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

UITests/UITests.App/Properties/PublishProfiles/win10-arm64.pubxml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66
<PublishProtocol>FileSystem</PublishProtocol>
77
<Platform>arm64</Platform>
88
<RuntimeIdentifier>win10-arm64</RuntimeIdentifier>
9-
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
109
<SelfContained>true</SelfContained>
1110
<PublishSingleFile>False</PublishSingleFile>
1211
<PublishReadyToRun>True</PublishReadyToRun>

UITests/UITests.App/Properties/PublishProfiles/win10-x64.pubxml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66
<PublishProtocol>FileSystem</PublishProtocol>
77
<Platform>x64</Platform>
88
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
9-
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
109
<SelfContained>true</SelfContained>
1110
<PublishSingleFile>False</PublishSingleFile>
1211
<PublishReadyToRun>True</PublishReadyToRun>

UITests/UITests.App/Properties/PublishProfiles/win10-x86.pubxml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66
<PublishProtocol>FileSystem</PublishProtocol>
77
<Platform>x86</Platform>
88
<RuntimeIdentifier>win10-x86</RuntimeIdentifier>
9-
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
109
<SelfContained>true</SelfContained>
1110
<PublishSingleFile>False</PublishSingleFile>
1211
<PublishReadyToRun>True</PublishReadyToRun>

UITests/UITests.App/UITests.App.csproj

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<Target Name="ForceProtoCodegenAndCompile" BeforeTargets="XamlPreCompile" DependsOnTargets="Protobuf_Compile" />
3535

3636
<ItemGroup>
37-
<PackageReference Include="Microsoft.Internal.MUXAppTestHelpers.WinUI">
38-
<Version>3.0.0-zmain.210615.2-CI</Version>
37+
<PackageReference Include="Microsoft.Internal.MUXAppTestHelpers.WinUI" GeneratePathProperty="true">
38+
<Version>3.0.0-zmain.210930.1</Version>
3939
<ExcludeAssets>runtime</ExcludeAssets>
4040
</PackageReference>
4141
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="1.3.5" />
@@ -46,6 +46,13 @@
4646
<PackageReference Include="Grpc.AspNetCore" Version="2.38.0" />
4747
<PackageReference Include="System.Text.Json" Version="5.0.2" />
4848
</ItemGroup>
49+
<ItemGroup>
50+
<Content Include="$(PkgMicrosoft_Internal_MUXAppTestHelpers_WinUI)\content\AppTestAutomationHelpers\TestAutomationHelpersPanel.xaml">
51+
<Link>AppTestAutomationHelpers\TestAutomationHelpersPanel.xaml</Link>
52+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
53+
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
54+
</Content>
55+
</ItemGroup>
4956
<ItemGroup>
5057
<ProjectReference Include="..\..\CommunityToolkit.HighPerformance\CommunityToolkit.HighPerformance.csproj">
5158
<Project>{7e30d48c-4cd8-47be-b557-10a20391dcc4}</Project>

UITests/UITests.Tests.MSTest/UITests.Tests.MSTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PackageReference Include="MSTest.TestFramework" Version="2.2.4-preview-20210331-02" />
2929
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
3030
<!-- Microsoft.UI.Xaml MSTest Extension -->
31-
<PackageReference Include="Microsoft.Internal.MUXTestInfra.MSTest" Version="3.0.0-zmain.210615.2-CI" />
31+
<PackageReference Include="Microsoft.Internal.MUXTestInfra.MSTest" Version="3.0.0-zmain.210930.1" />
3232
<!-- System packages -->
3333
<PackageReference Include="System.Drawing.Primitives" Version="4.3.0" />
3434
<PackageReference Include="System.Diagnostics.Process" Version="4.3.0" />

UITests/UITests.Tests.TAEF/UITests.Tests.TAEF.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<!-- System packages -->
6969
<PackageReference Include="System.Text.Json" Version="5.0.2" />
7070
<!-- Microsoft.UI.Xaml TAEF Extensions -->
71-
<PackageReference Include="Microsoft.Internal.MUXTestInfra.TAEF" Version="3.0.0-zmain.210615.2-CI" />
71+
<PackageReference Include="Microsoft.Internal.MUXTestInfra.TAEF" Version="3.0.0-zmain.210930.1" />
7272
<PackageReference Include="MUXCustomBuildTasks" Version="1.0.67" GeneratePathProperty="true" />
7373
<PackageReference Include="TAEF.Redist.Wlk" Version="10.57.200928001" GeneratePathProperty="true" />
7474
<!-- GRPC/Protobuf -->

0 commit comments

Comments
 (0)