File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 148
148
</PropertyGroup >
149
149
150
150
<ItemGroup >
151
+ <PackageReference Include =" DotNet.ReproducibleBuilds" Version =" 1.1.1" >
152
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
153
+ <PrivateAssets >all</PrivateAssets >
154
+ </PackageReference >
151
155
<PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.3" >
152
156
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
153
157
<PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ after_build:
85
85
}
86
86
- ps : |
87
87
dir dist\*.nupkg | % {
88
- dotnet meziantou.validate-nuget-package --excluded-rules IconMustBeSet,Symbols $_
88
+ dotnet meziantou.validate-nuget-package --excluded-rules IconMustBeSet $_
89
89
if ($LASTEXITCODE) {
90
90
throw "Package validation failed: $_"
91
91
}
You can’t perform that action at this time.
0 commit comments