File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Source/GitReleaseManager.Cli Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 6
6
<ItemGroup >
7
7
<PackageReference Include =" Destructurama.Attributed" Version =" 2.0.0" />
8
8
<PackageReference Include =" Serilog.Sinks.Console" Version =" 3.1.1" />
9
- <PackageReference Include =" Serilog.Sinks.Debug" Version =" 1.0.1" Condition =" '$(Configuration)'=='Debug'" />
10
- <PackageReference Include =" Serilog.Sinks.Debug" Version =" 1.0.1" ExcludeAssets =" Runtime" Condition =" '$(Configuration)'!='Debug'" />
9
+ <PackageReference Include =" Serilog.Sinks.Debug" Version =" 1.0.1" Privateassets =" All" />
11
10
<PackageReference Include =" Serilog.Sinks.File" Version =" 4.1.0" />
12
11
</ItemGroup >
13
12
</Project >
Original file line number Diff line number Diff line change 20
20
</metadata >
21
21
<files >
22
22
<file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net461\*.exe" target =" tools" />
23
- <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net461\*.dll" target =" tools" />
23
+ <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net461\*.dll" target =" tools" exclude = " **\Serilog.Sinks.Debug.dll " />
24
24
<file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net461\*.pdb" target =" tools" />
25
25
<file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net461\*.exe.config" target =" tools" />
26
26
<file src =" chocolateyInstall.ps1" target =" tools" />
Original file line number Diff line number Diff line change 21
21
</metadata >
22
22
<files >
23
23
<file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net461\*.exe" target =" tools" />
24
- <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net461\*.dll" target =" tools" />
24
+ <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net461\*.dll" target =" tools" exclude = " **\Serilog.Sinks.Debug.dll " />
25
25
<file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net461\*.pdb" target =" tools" />
26
26
<file src =" ..\..\Icons\package_icon.png" target =" " />
27
27
</files >
You can’t perform that action at this time.
0 commit comments