File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
src/TimeProviderExtensions Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 72
72
# If some rules are not applicable, you can disable them
73
73
# using the --excluded-rules or --excluded-rule-ids option
74
74
- name : Validate package
75
- run : meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg")
75
+ run : meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg") --excluded-rules IconMustBeSet
76
76
77
77
run_test :
78
78
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 17
17
<PackageLicenseFile >LICENSE</PackageLicenseFile >
18
18
<PackageReleaseNotes >Release notes: https://github.com/egil/TimeProviderExtensions/blob/main/CHANGELOG.md</PackageReleaseNotes >
19
19
<PublishRepositoryUrl >true</PublishRepositoryUrl >
20
- <IncludeSymbols >true</IncludeSymbols >
21
20
<EmbedUntrackedSources >true</EmbedUntrackedSources >
22
21
<MinVerTagPrefix >v</MinVerTagPrefix >
23
22
</PropertyGroup >
33
32
<ImplicitUsings >enable</ImplicitUsings >
34
33
<GenerateDocumentationFile >true</GenerateDocumentationFile >
35
34
<AccelerateBuildsInVisualStudio >true</AccelerateBuildsInVisualStudio >
36
-
37
- <!-- Used by code coverage -->
38
- <DebugType >full</DebugType >
39
- <DebugSymbols >true</DebugSymbols >
35
+ <DebugType >embedded</DebugType >
40
36
</PropertyGroup >
41
37
42
38
<PropertyGroup Label =" Analyzer settings" >
52
48
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
53
49
<PrivateAssets >all</PrivateAssets >
54
50
</PackageReference >
55
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
56
51
<PackageReference Include =" MinVer" Version =" 4.3.0" PrivateAssets =" All" />
57
52
<PackageReference Include =" Microsoft.Bcl.TimeProvider" Version =" 8.0.0-preview.*" />
58
53
</ItemGroup >
You can’t perform that action at this time.
0 commit comments