File tree Expand file tree Collapse file tree 6 files changed +11
-7
lines changed
Properties/PublishProfiles Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
6
6
<PublishProtocol>FileSystem</PublishProtocol>
7
7
<Platform>arm64</Platform>
8
8
<RuntimeIdentifier>win10-arm64</RuntimeIdentifier>
9
- <PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
10
9
<SelfContained>true</SelfContained>
11
10
<PublishSingleFile>False</PublishSingleFile>
12
11
<PublishReadyToRun>True</PublishReadyToRun>
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
6
6
<PublishProtocol>FileSystem</PublishProtocol>
7
7
<Platform>x64</Platform>
8
8
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
9
- <PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
10
9
<SelfContained>true</SelfContained>
11
10
<PublishSingleFile>False</PublishSingleFile>
12
11
<PublishReadyToRun>True</PublishReadyToRun>
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
6
6
<PublishProtocol>FileSystem</PublishProtocol>
7
7
<Platform>x86</Platform>
8
8
<RuntimeIdentifier>win10-x86</RuntimeIdentifier>
9
- <PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
10
9
<SelfContained>true</SelfContained>
11
10
<PublishSingleFile>False</PublishSingleFile>
12
11
<PublishReadyToRun>True</PublishReadyToRun>
Original file line number Diff line number Diff line change 34
34
<Target Name =" ForceProtoCodegenAndCompile" BeforeTargets =" XamlPreCompile" DependsOnTargets =" Protobuf_Compile" />
35
35
36
36
<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 >
39
39
<ExcludeAssets >runtime</ExcludeAssets >
40
40
</PackageReference >
41
41
<PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 1.3.5" />
46
46
<PackageReference Include =" Grpc.AspNetCore" Version =" 2.38.0" />
47
47
<PackageReference Include =" System.Text.Json" Version =" 5.0.2" />
48
48
</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 >
49
56
<ItemGroup >
50
57
<ProjectReference Include =" ..\..\CommunityToolkit.HighPerformance\CommunityToolkit.HighPerformance.csproj" >
51
58
<Project >{7e30d48c-4cd8-47be-b557-10a20391dcc4}</Project >
Original file line number Diff line number Diff line change 28
28
<PackageReference Include =" MSTest.TestFramework" Version =" 2.2.4-preview-20210331-02" />
29
29
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.10.0" />
30
30
<!-- 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 " />
32
32
<!-- System packages -->
33
33
<PackageReference Include =" System.Drawing.Primitives" Version =" 4.3.0" />
34
34
<PackageReference Include =" System.Diagnostics.Process" Version =" 4.3.0" />
Original file line number Diff line number Diff line change 68
68
<!-- System packages -->
69
69
<PackageReference Include =" System.Text.Json" Version =" 5.0.2" />
70
70
<!-- 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 " />
72
72
<PackageReference Include =" MUXCustomBuildTasks" Version =" 1.0.67" GeneratePathProperty =" true" />
73
73
<PackageReference Include =" TAEF.Redist.Wlk" Version =" 10.57.200928001" GeneratePathProperty =" true" />
74
74
<!-- GRPC/Protobuf -->
You can’t perform that action at this time.
0 commit comments