Skip to content

Commit 4fd7796

Browse files
author
Travis Illig
committed
Enabled SourceLink support.
1 parent 96185df commit 4fd7796

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ deploy:
2929
server: https://www.myget.org/F/autofac/api/v2/package
3030
api_key:
3131
secure: rCUEY75fXN0wxtMy6QL4jCrLdaYbxIBzIXWeN+wEu/XDpyqimzreOc5AH5jMd5ah
32-
skip_symbols: false
32+
skip_symbols: true
3333
symbol_server: https://www.myget.org/F/autofac/symbols/api/v2/package
3434
artifact: MyGet

src/Autofac.Extras.FakeItEasy/Autofac.Extras.FakeItEasy.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
2424
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
2525
<CodeAnalysisRuleSet>../../build/Analyzers.ruleset</CodeAnalysisRuleSet>
26+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
27+
<EmbedAllSources>true</EmbedAllSources>
28+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
2629
<Features>IOperation</Features>
2730
<Authors>Autofac Contributors</Authors>
2831
<Company>Autofac</Company>

0 commit comments

Comments
 (0)