diff options
Diffstat (limited to 'src/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj')
-rw-r--r-- | src/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj b/src/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj index 697af4ca..716500fc 100644 --- a/src/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj +++ b/src/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj | |||
@@ -8,6 +8,8 @@ | |||
8 | 8 | ||
9 | <PropertyGroup> | 9 | <PropertyGroup> |
10 | <NoWarn>NU1701</NoWarn> | 10 | <NoWarn>NU1701</NoWarn> |
11 | <DebugType>embedded</DebugType> | ||
12 | <PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
11 | </PropertyGroup> | 13 | </PropertyGroup> |
12 | 14 | ||
13 | <ItemGroup> | 15 | <ItemGroup> |
@@ -15,6 +17,7 @@ | |||
15 | </ItemGroup> | 17 | </ItemGroup> |
16 | 18 | ||
17 | <ItemGroup> | 19 | <ItemGroup> |
20 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63102-01" PrivateAssets="All"/> | ||
18 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.0.41" PrivateAssets="all" /> | 21 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.0.41" PrivateAssets="all" /> |
19 | </ItemGroup> | 22 | </ItemGroup> |
20 | </Project> | 23 | </Project> |