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 7272 # If some rules are not applicable, you can disable them
7373 # using the --excluded-rules or --excluded-rule-ids option
7474 - 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
7676
7777 run_test :
7878 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1717 <PackageLicenseFile >LICENSE</PackageLicenseFile >
1818 <PackageReleaseNotes >Release notes: https://github.com/egil/TimeProviderExtensions/blob/main/CHANGELOG.md</PackageReleaseNotes >
1919 <PublishRepositoryUrl >true</PublishRepositoryUrl >
20- <IncludeSymbols >true</IncludeSymbols >
2120 <EmbedUntrackedSources >true</EmbedUntrackedSources >
2221 <MinVerTagPrefix >v</MinVerTagPrefix >
2322 </PropertyGroup >
3332 <ImplicitUsings >enable</ImplicitUsings >
3433 <GenerateDocumentationFile >true</GenerateDocumentationFile >
3534 <AccelerateBuildsInVisualStudio >true</AccelerateBuildsInVisualStudio >
36-
37- <!-- Used by code coverage -->
38- <DebugType >full</DebugType >
39- <DebugSymbols >true</DebugSymbols >
35+ <DebugType >embedded</DebugType >
4036 </PropertyGroup >
4137
4238 <PropertyGroup Label =" Analyzer settings" >
5248 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
5349 <PrivateAssets >all</PrivateAssets >
5450 </PackageReference >
55- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
5651 <PackageReference Include =" MinVer" Version =" 4.3.0" PrivateAssets =" All" />
5752 <PackageReference Include =" Microsoft.Bcl.TimeProvider" Version =" 8.0.0-preview.*" />
5853 </ItemGroup >
You can’t perform that action at this time.
0 commit comments