Skip to content

Commit 23e9105

Browse files
committed
fix(specflow,xunit): disable signing due to harmony not signed
1 parent 06e6134 commit 23e9105

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

Allure.SpecFlow.Tests.Samples/Allure.SpecFlow.Tests.Samples.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
4+
<SignAssembly>false</SignAssembly>
5+
<PublicSign>false</PublicSign>
46
</PropertyGroup>
57

68
<ItemGroup>

Allure.SpecFlow.Tests/Allure.SpecFlow.Tests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5+
<SignAssembly>false</SignAssembly>
6+
<PublicSign>false</PublicSign>
57
</PropertyGroup>
68

79
<ItemGroup>

Allure.SpecFlow/Allure.SpecFlow.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<Description>Create beautiful reports from your SpecFlow tests.</Description>
1212
<PackageIcon>Allure-SF-Color.png</PackageIcon>
1313
<PackageTags>$(PackageTags) specflow</PackageTags>
14+
<SignAssembly>false</SignAssembly>
15+
<PublicSign>false</PublicSign>
1416
</PropertyGroup>
1517

1618
<ItemGroup>

Allure.Xunit.Examples/Allure.Xunit.Examples.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5+
<SignAssembly>false</SignAssembly>
6+
<PublicSign>false</PublicSign>
57
</PropertyGroup>
68

79
<ItemGroup>

Allure.Xunit/Allure.Xunit.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<Description>Create beautiful reports from your xUnit.net tests.</Description>
1111
<PackageIcon>Allure-X-Color.png</PackageIcon>
1212
<PackageTags>$(PackageTags) xunit</PackageTags>
13+
<SignAssembly>false</SignAssembly>
14+
<PublicSign>false</PublicSign>
1315
</PropertyGroup>
1416

1517
<ItemGroup>

0 commit comments

Comments
 (0)