We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456453f commit b6050ecCopy full SHA for b6050ec
TestStack.BDDfy/BDDfy.snk
-596 Bytes
TestStack.BDDfy/TestStack.BDDfy.csproj
@@ -34,10 +34,7 @@
34
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
35
</PropertyGroup>
36
<PropertyGroup>
37
- <SignAssembly>true</SignAssembly>
38
- </PropertyGroup>
39
- <PropertyGroup>
40
- <AssemblyOriginatorKeyFile>BDDfy.snk</AssemblyOriginatorKeyFile>
+ <SignAssembly>false</SignAssembly>
41
42
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNET35|AnyCPU'">
43
<OutputPath>bin\Release\</OutputPath>
@@ -175,7 +172,6 @@
175
172
<Compile Include="TestContext.cs" />
176
173
</ItemGroup>
177
174
<ItemGroup>
178
- <None Include="BDDfy.snk" />
179
<None Include="Reporters\Html\Scripts\classic.min.js.map">
180
<DependentUpon>classic.js</DependentUpon>
181
</None>
0 commit comments