diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 18:52:34 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 21:08:31 +1000 |
commit | 0d3848a8e5fc6ff289a7faa80a77eb43c010011a (patch) | |
tree | 856dc85f5180094d7021bafd5041980a0a1e2c85 /src/wixext | |
parent | dea3a630b6ae10663dd6f7d855541f7f631a2b55 (diff) | |
download | wix-0d3848a8e5fc6ff289a7faa80a77eb43c010011a.tar.gz wix-0d3848a8e5fc6ff289a7faa80a77eb43c010011a.tar.bz2 wix-0d3848a8e5fc6ff289a7faa80a77eb43c010011a.zip |
Add SourceLink to public projects.
Diffstat (limited to 'src/wixext')
-rw-r--r-- | src/wixext/WixToolset.Bal.wixext.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wixext/WixToolset.Bal.wixext.csproj b/src/wixext/WixToolset.Bal.wixext.csproj index aa3c4033..ffc9ee5c 100644 --- a/src/wixext/WixToolset.Bal.wixext.csproj +++ b/src/wixext/WixToolset.Bal.wixext.csproj | |||
@@ -17,6 +17,7 @@ | |||
17 | <EmbeddedResource Include="$(OutputPath)..\bal.wixlib" /> | 17 | <EmbeddedResource Include="$(OutputPath)..\bal.wixlib" /> |
18 | </ItemGroup> | 18 | </ItemGroup> |
19 | <ItemGroup> | 19 | <ItemGroup> |
20 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" /> | ||
20 | <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" PrivateAssets="all" /> | 21 | <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" PrivateAssets="all" /> |
21 | </ItemGroup> | 22 | </ItemGroup> |
22 | 23 | ||