Skip to content

Commit

Permalink
add SourceLink for issue #33
Browse files Browse the repository at this point in the history
  • Loading branch information
ipjohnson committed May 19, 2018
1 parent 90c76fa commit 0033236
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/SimpleFixture.FakeItEasy/SimpleFixture.FakeItEasy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@
<AssemblyOriginatorKeyFile>..\SimpleFixture.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup Condition="'$(OS)' == 'Windows_NT'">
<!-- Nuget source link -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-62909-01" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\SimpleFixture\SimpleFixture.csproj" />
</ItemGroup>
Expand Down
11 changes: 11 additions & 0 deletions src/SimpleFixture.MSTest/SimpleFixture.MSTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
<DebugType>full</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(OS)' == 'Windows_NT'">
<!-- Nuget source link -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-62909-01" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="MSTest.TestFramework" Version="1.1.17" />
</ItemGroup>
Expand Down
11 changes: 11 additions & 0 deletions src/SimpleFixture.Moq/SimpleFixture.Moq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@
<AssemblyOriginatorKeyFile>..\SimpleFixture.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup Condition="'$(OS)' == 'Windows_NT'">
<!-- Nuget source link -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-62909-01" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\SimpleFixture\SimpleFixture.csproj" />
</ItemGroup>
Expand Down
11 changes: 11 additions & 0 deletions src/SimpleFixture.NSubstitute/SimpleFixture.NSubstitute.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@
<AssemblyOriginatorKeyFile>..\SimpleFixture.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup Condition="'$(OS)' == 'Windows_NT'">
<!-- Nuget source link -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-62909-01" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\SimpleFixture\SimpleFixture.csproj" />
</ItemGroup>
Expand Down
11 changes: 11 additions & 0 deletions src/SimpleFixture.xUnit/SimpleFixture.xUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@
<AssemblyOriginatorKeyFile>..\SimpleFixture.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup Condition="'$(OS)' == 'Windows_NT'">
<!-- Nuget source link -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-62909-01" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\SimpleFixture\SimpleFixture.csproj" />
</ItemGroup>
Expand Down
11 changes: 11 additions & 0 deletions src/SimpleFixture/SimpleFixture.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@
<AssemblyOriginatorKeyFile>..\SimpleFixture.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup Condition="'$(OS)' == 'Windows_NT'">
<!-- Nuget source link -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-62909-01" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.0' ">
<PackageReference Include="NETStandard.Library" Version="1.6.0" />
</ItemGroup>
Expand Down

0 comments on commit 0033236

Please sign in to comment.