diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-12-29 04:09:35 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-12-29 04:09:35 -0800 |
| commit | 5524dd89431695bf9d710e694ec49401d3cecfde (patch) | |
| tree | f08a91dceac7e05fbb0aa9b360fc6ff72738f82c /src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.csproj | |
| parent | 6e6771e80225c1697ea418ad99d95be8dac61102 (diff) | |
| download | wix-5524dd89431695bf9d710e694ec49401d3cecfde.tar.gz wix-5524dd89431695bf9d710e694ec49401d3cecfde.tar.bz2 wix-5524dd89431695bf9d710e694ec49401d3cecfde.zip | |
Store different framework target separately
Diffstat (limited to 'src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.csproj')
| -rw-r--r-- | src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.csproj | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.csproj b/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.csproj index 687e8955..bc830163 100644 --- a/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.csproj +++ b/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.csproj | |||
| @@ -15,9 +15,11 @@ | |||
| 15 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.0.41" PrivateAssets="all" /> | 15 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.0.41" PrivateAssets="all" /> |
| 16 | </ItemGroup> | 16 | </ItemGroup> |
| 17 | 17 | ||
| 18 | <Target Name="SetNuspecVersion" | 18 | <PropertyGroup> |
| 19 | AfterTargets="GetBuildVersion"> | 19 | <GenerateNuspecDependsOn>$(GenerateNuspecDependsOn);SetNuspecVersion</GenerateNuspecDependsOn> |
| 20 | <Error Text="Cannot pack $(MSBuildThisFileName) until all projects are published to: $(NuspecBasePath). Run appveyor.cmd to publish projects properly." Condition=" !Exists('$(NuspecBasePath)') " /> | 20 | </PropertyGroup> |
| 21 | <Target Name="SetNuspecVersion"> | ||
| 22 | <Error Text="Cannot pack $(MSBuildThisFileName) until all projects are published to: '$(NuspecBasePath)'. Run appveyor.cmd to publish projects properly." Condition=" !Exists('$(NuspecBasePath)') " /> | ||
| 21 | 23 | ||
| 22 | <PropertyGroup> | 24 | <PropertyGroup> |
| 23 | <NuspecProperties>$(NuspecProperties);Version=$(Version);ProjectFolder=$(MSBuildThisFileDirectory)</NuspecProperties> | 25 | <NuspecProperties>$(NuspecProperties);Version=$(Version);ProjectFolder=$(MSBuildThisFileDirectory)</NuspecProperties> |
