summaryrefslogtreecommitdiff
path: root/src/Directory.csproj.targets
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-10-03 10:45:46 -0700
committerRob Mensching <rob@firegiant.com>2022-10-03 12:29:27 -0700
commit05f2de99258c81b2781a9dd30847a00242f53180 (patch)
treea6d56bcceb7f5d77be5b80798d7621542e040daf /src/Directory.csproj.targets
parent464575def4341d65bc3fa72298798755cdee527e (diff)
downloadwix-05f2de99258c81b2781a9dd30847a00242f53180.tar.gz
wix-05f2de99258c81b2781a9dd30847a00242f53180.tar.bz2
wix-05f2de99258c81b2781a9dd30847a00242f53180.zip
Make all test roll forward
Diffstat (limited to 'src/Directory.csproj.targets')
-rw-r--r--src/Directory.csproj.targets1
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>