diff options
Diffstat (limited to 'src/Directory.csproj.targets')
-rw-r--r-- | src/Directory.csproj.targets | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Directory.csproj.targets b/src/Directory.csproj.targets index 4ec71cf1..51b14c06 100644 --- a/src/Directory.csproj.targets +++ b/src/Directory.csproj.targets | |||
@@ -13,6 +13,7 @@ | |||
13 | <Target Name="__SetAssemblyInfoFromGit" DependsOnTargets="__SetPropertiesFromGit" BeforeTargets="GetAssemblyVersion" /> | 13 | <Target Name="__SetAssemblyInfoFromGit" DependsOnTargets="__SetPropertiesFromGit" BeforeTargets="GetAssemblyVersion" /> |
14 | 14 | ||
15 | <PropertyGroup Condition=" '$(IsWixTestProject)'=='true' "> | 15 | <PropertyGroup Condition=" '$(IsWixTestProject)'=='true' "> |
16 | <RollForward>Major</RollForward> | ||
16 | <IsPackable>false</IsPackable> | 17 | <IsPackable>false</IsPackable> |
17 | <SignOutput>false</SignOutput> | 18 | <SignOutput>false</SignOutput> |
18 | </PropertyGroup> | 19 | </PropertyGroup> |