Skip to content

Commit 8a79d20

Browse files
committed
Removing signing given that it will potentially be added later as a post-build step
1 parent ad08c1e commit 8a79d20

3 files changed

Lines changed: 2 additions & 12 deletions

File tree

TestStack.FluentMVCTesting.Mvc3/TestStack.FluentMVCTesting.Mvc3.csproj

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<PropertyGroup>
36-
<SignAssembly>true</SignAssembly>
37-
</PropertyGroup>
38-
<PropertyGroup>
39-
<AssemblyOriginatorKeyFile>..\TestStack.FluentMvcTesting\TestStack.snk</AssemblyOriginatorKeyFile>
36+
<SignAssembly>false</SignAssembly>
4037
</PropertyGroup>
4138
<ItemGroup>
4239
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -98,9 +95,6 @@
9895
<Compile Include="Properties\AssemblyInfo.cs" />
9996
</ItemGroup>
10097
<ItemGroup>
101-
<None Include="..\TestStack.FluentMvcTesting\TestStack.snk">
102-
<Link>TestStack.snk</Link>
103-
</None>
10498
<None Include="FluentMVCTesting.Mvc3.nuspec" />
10599
<None Include="packages.config" />
106100
</ItemGroup>

TestStack.FluentMvcTesting/TestStack.FluentMVCTesting.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<PropertyGroup>
36-
<SignAssembly>true</SignAssembly>
37-
</PropertyGroup>
38-
<PropertyGroup>
39-
<AssemblyOriginatorKeyFile>TestStack.snk</AssemblyOriginatorKeyFile>
36+
<SignAssembly>false</SignAssembly>
4037
</PropertyGroup>
4138
<ItemGroup>
4239
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -88,7 +85,6 @@
8885
<ItemGroup>
8986
<None Include="FluentMVCTesting.nuspec" />
9087
<None Include="packages.config" />
91-
<None Include="TestStack.snk" />
9288
</ItemGroup>
9389
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9490
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
-596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)