diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-04-26 11:31:05 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-05-11 11:14:01 -0700 |
| commit | df016066100df955d5ff98811e113fb2b1bd4b8a (patch) | |
| tree | a27b35a3651ca7b1d8c4bb7c7483ec2f92583e08 /src/ext/Bal/wixext | |
| parent | dc6022da6cdbb9d7ca54c4a36485ceead07feaaf (diff) | |
| download | wix-df016066100df955d5ff98811e113fb2b1bd4b8a.tar.gz wix-df016066100df955d5ff98811e113fb2b1bd4b8a.tar.bz2 wix-df016066100df955d5ff98811e113fb2b1bd4b8a.zip | |
Implement integrated build process
Diffstat (limited to 'src/ext/Bal/wixext')
| -rw-r--r-- | src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj | 22 | ||||
| -rw-r--r-- | src/ext/Bal/wixext/WixToolset.Bal.wixext.nuspec | 10 |
2 files changed, 10 insertions, 22 deletions
diff --git a/src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj b/src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj index 00451403..f74baa9a 100644 --- a/src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj +++ b/src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj | |||
| @@ -8,32 +8,20 @@ | |||
| 8 | <Description>WiX Toolset Bal Extension</Description> | 8 | <Description>WiX Toolset Bal Extension</Description> |
| 9 | <Title>WiX Toolset Bal Extension</Title> | 9 | <Title>WiX Toolset Bal Extension</Title> |
| 10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
| 11 | <NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile> | ||
| 12 | <IncludeSymbols>true</IncludeSymbols> | 11 | <IncludeSymbols>true</IncludeSymbols> |
| 13 | <NuspecProperties>Id=$(MSBuildThisFileName);Authors=$(Authors);Copyright=$(Copyright);Description=$(Description);Title=$(Title)</NuspecProperties> | ||
| 14 | </PropertyGroup> | 12 | </PropertyGroup> |
| 13 | |||
| 15 | <ItemGroup> | 14 | <ItemGroup> |
| 16 | <Content Include="$(MSBuildThisFileName).targets" /> | 15 | <Content Include="$(MSBuildThisFileName).targets" /> |
| 17 | <EmbeddedResource Include="$(OutputPath)..\bal.wixlib" /> | 16 | <EmbeddedResource Include="$(OutputPath)..\bal.wixlib" /> |
| 18 | </ItemGroup> | 17 | </ItemGroup> |
| 19 | <ItemGroup> | ||
| 20 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" /> | ||
| 21 | <PackageReference Include="WixToolset.Data" Version="4.0.*" PrivateAssets="all" /> | ||
| 22 | <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" PrivateAssets="all" /> | ||
| 23 | </ItemGroup> | ||
| 24 | 18 | ||
| 25 | <ItemGroup> | 19 | <ItemGroup> |
| 26 | <ProjectReference Include="..\wixlib\bal.wixproj" ReferenceOutputAssembly="false" Condition=" '$(NCrunch)'=='' " /> | 20 | <PackageReference Include="WixToolset.Data" PrivateAssets="all" /> |
| 21 | <PackageReference Include="WixToolset.Extensibility" PrivateAssets="all" /> | ||
| 27 | </ItemGroup> | 22 | </ItemGroup> |
| 28 | 23 | ||
| 29 | <ItemGroup> | 24 | <ItemGroup Condition=" '$(NCrunch)'=='' "> |
| 30 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" /> | 25 | <ProjectReference Include="..\wixlib\bal.wixproj" ReferenceOutputAssembly="false" /> |
| 31 | </ItemGroup> | 26 | </ItemGroup> |
| 32 | |||
| 33 | <Target Name="SetNuspecProperties" DependsOnTargets="InitializeSourceControlInformation" AfterTargets="GetBuildVersion"> | ||
| 34 | <PropertyGroup> | ||
| 35 | <NuspecBasePath>$(OutputPath)..\</NuspecBasePath> | ||
| 36 | <NuspecProperties>$(NuspecProperties);Version=$(BuildVersionSimple);RepositoryCommit=$(SourceRevisionId);RepositoryType=$(RepositoryType);RepositoryUrl=$(PrivateRepositoryUrl);ProjectFolder=$(MSBuildThisFileDirectory)</NuspecProperties> | ||
| 37 | </PropertyGroup> | ||
| 38 | </Target> | ||
| 39 | </Project> | 27 | </Project> |
diff --git a/src/ext/Bal/wixext/WixToolset.Bal.wixext.nuspec b/src/ext/Bal/wixext/WixToolset.Bal.wixext.nuspec index d9e704ae..c99c803f 100644 --- a/src/ext/Bal/wixext/WixToolset.Bal.wixext.nuspec +++ b/src/ext/Bal/wixext/WixToolset.Bal.wixext.nuspec | |||
| @@ -15,12 +15,12 @@ | |||
| 15 | </metadata> | 15 | </metadata> |
| 16 | 16 | ||
| 17 | <files> | 17 | <files> |
| 18 | <file src="$projectFolder$$id$.targets" target="build" /> | 18 | <file src="$projectFolder$\$id$.targets" target="build" /> |
| 19 | 19 | ||
| 20 | <file src="netstandard2.0\$id$.dll" target="tools" /> | 20 | <file src="$id$.dll" target="tools" /> |
| 21 | 21 | ||
| 22 | <file src="x86\*.pdb" target="pdbs\x86" /> | 22 | <file src="..\x86\*.pdb" target="pdbs\x86" /> |
| 23 | <file src="x64\*.pdb" target="pdbs\x64" /> | 23 | <file src="..\x64\*.pdb" target="pdbs\x64" /> |
| 24 | <file src="ARM64\*.pdb" target="pdbs\ARM64" /> | 24 | <file src="..\ARM64\*.pdb" target="pdbs\ARM64" /> |
| 25 | </files> | 25 | </files> |
| 26 | </package> | 26 | </package> |
