diff options
Diffstat (limited to 'src/wixext')
| -rw-r--r-- | src/wixext/WixToolset.Bal.wixext.csproj | 2 | ||||
| -rw-r--r-- | src/wixext/WixToolset.Bal.wixext.nuspec | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/wixext/WixToolset.Bal.wixext.csproj b/src/wixext/WixToolset.Bal.wixext.csproj index c0a674da..6933e62a 100644 --- a/src/wixext/WixToolset.Bal.wixext.csproj +++ b/src/wixext/WixToolset.Bal.wixext.csproj | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | 24 | ||
| 25 | <ItemGroup> | 25 | <ItemGroup> |
| 26 | <ProjectReference Include="..\wixlib\bal.wixproj" ReferenceOutputAssembly="false" Condition=" '$(NCrunch)'=='' " /> | 26 | <ProjectReference Include="..\wixlib\bal.wixproj" ReferenceOutputAssembly="false" Condition=" '$(NCrunch)'=='' and '$(SkipReferencesToPack)'!='true' " /> |
| 27 | </ItemGroup> | 27 | </ItemGroup> |
| 28 | 28 | ||
| 29 | <ItemGroup> | 29 | <ItemGroup> |
diff --git a/src/wixext/WixToolset.Bal.wixext.nuspec b/src/wixext/WixToolset.Bal.wixext.nuspec index 011ba138..d9e704ae 100644 --- a/src/wixext/WixToolset.Bal.wixext.nuspec +++ b/src/wixext/WixToolset.Bal.wixext.nuspec | |||
| @@ -19,6 +19,8 @@ | |||
| 19 | 19 | ||
| 20 | <file src="netstandard2.0\$id$.dll" target="tools" /> | 20 | <file src="netstandard2.0\$id$.dll" target="tools" /> |
| 21 | 21 | ||
| 22 | <file src="Win32\*.pdb" target="pdbs\Win32" /> | 22 | <file src="x86\*.pdb" target="pdbs\x86" /> |
| 23 | <file src="x64\*.pdb" target="pdbs\x64" /> | ||
| 24 | <file src="ARM64\*.pdb" target="pdbs\ARM64" /> | ||
| 23 | </files> | 25 | </files> |
| 24 | </package> | 26 | </package> |
