Skip to content

Commit

Permalink
Fix snupkg
Browse files Browse the repository at this point in the history
  • Loading branch information
akamud committed Jun 23, 2021
1 parent 5a061b8 commit b1e6ced
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/FakeItEasy.AutoFakeIt/FakeItEasy.AutoFakeIt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Title>FakeItEasy.AutoFakeIt</Title>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<DocumentationFile>bin\$(Configuration)\FakeItEasy.AutoFakeIt.xml</DocumentationFile>
<Version>1.0.1</Version>
<Authors>Mahmoud Ali</Authors>
Expand All @@ -22,7 +21,7 @@
<Company/>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
<AllowedOutputExtensionsInPackageBuildOutputFolder>.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down

0 comments on commit b1e6ced

Please sign in to comment.