File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
src/FluentAssertions.Analyzers Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1414 uses : actions/setup-dotnet@v1
1515 with :
1616 dotnet-version : ' 3.1.x'
17+ - uses : nuget/setup-nuget@v1
18+ with :
19+ nuget-version : ' 5.x'
1720 - run : dotnet test src --configuration Release --filter 'TestCategory=Completed'
21+ - run : nuget pack src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.nuspec
Original file line number Diff line number Diff line change 44 <id >FluentAssertions.Analyzers</id >
55 <title >Fluent Assertions Analyzers</title >
66 <version >0.12.0</version >
7+ <readme >docs\README.md</readme >
78 <owners >Meir Blachman</owners >
89 <authors >Meir Blachman</authors >
910 <summary >
1314 Analyzers to help writing fluentassertions the right way.
1415 </description >
1516 <language >en-US</language >
16- <licenseUrl >https://github.com/fluentassertions/fluentassertions.analyzers/blob/master/ LICENSE</licenseUrl >
17+ <license type = " file " > LICENSE</license >
1718 <iconUrl >https://raw.githubusercontent.com/fluentassertions/fluentassertions.analyzers/master/assets/fluent_assertions.svg.png</iconUrl >
1819 <projectUrl >https://github.com/fluentassertions/fluentassertions.analyzers</projectUrl >
1920 <requireLicenseAcceptance >false</requireLicenseAcceptance >
3031 <files >
3132 <file src =" bin\**\*.dll" target =" analyzers\dotnet\cs" exclude =" **\Microsoft.CodeAnalysis.*;**\System.Collections.Immutable.*;**\System.Reflection.Metadata.*;**\System.Composition.*" />
3233 <file src =" tools\*.ps1" target =" tools\" />
34+ <file src =" ..\..\README.md" target =" docs\" />
35+ <file src =" ..\..\LICENSE" target =" \LICENSE" />
3336 </files >
3437</package >
You can’t perform that action at this time.
0 commit comments