Skip to content

Commit 2953f3b

Browse files
committed
Fixed generated csproj issues
1 parent 8e45057 commit 2953f3b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

UITests/UITests.App/UITests.App.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1+
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -21,7 +21,7 @@
2121
<AppxBundle>Never</AppxBundle>
2222
<GenerateTestArtifacts>True</GenerateTestArtifacts>
2323
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
24-
<PackageCertificateKeyFile>UITests.App_TemporaryKey.pfx</PackageCertificateKeyFile>
24+
<PackageCertificateKeyFile>UITests.App.pfx</PackageCertificateKeyFile>
2525
<PackageCertificateThumbprint>C732A02FD6C4120C84E0559E5ADE1A83D15B41BD</PackageCertificateThumbprint>
2626
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
2727
<GenerateAppxPackageOnBuild>true</GenerateAppxPackageOnBuild>
@@ -186,7 +186,6 @@
186186
</ItemGroup>
187187
<ItemGroup>
188188
<None Include="UITests.App.pfx" />
189-
<None Include="UITests.App_TemporaryKey.pfx" />
190189
</ItemGroup>
191190
<ItemGroup>
192191
<ProjectReference Include="..\..\Microsoft.Toolkit.Uwp.Connectivity\Microsoft.Toolkit.Uwp.Connectivity.csproj">

0 commit comments

Comments
 (0)