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 14
14
uses : actions/setup-dotnet@v1
15
15
with :
16
16
dotnet-version : ' 3.1.x'
17
+ - uses : nuget/setup-nuget@v1
18
+ with :
19
+ nuget-version : ' 5.x'
17
20
- 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 4
4
<id >FluentAssertions.Analyzers</id >
5
5
<title >Fluent Assertions Analyzers</title >
6
6
<version >0.12.0</version >
7
+ <readme >docs\README.md</readme >
7
8
<owners >Meir Blachman</owners >
8
9
<authors >Meir Blachman</authors >
9
10
<summary >
13
14
Analyzers to help writing fluentassertions the right way.
14
15
</description >
15
16
<language >en-US</language >
16
- <licenseUrl >https://github.com/fluentassertions/fluentassertions.analyzers/blob/master/ LICENSE</licenseUrl >
17
+ <license type = " file " > LICENSE</license >
17
18
<iconUrl >https://raw.githubusercontent.com/fluentassertions/fluentassertions.analyzers/master/assets/fluent_assertions.svg.png</iconUrl >
18
19
<projectUrl >https://github.com/fluentassertions/fluentassertions.analyzers</projectUrl >
19
20
<requireLicenseAcceptance >false</requireLicenseAcceptance >
30
31
<files >
31
32
<file src =" bin\**\*.dll" target =" analyzers\dotnet\cs" exclude =" **\Microsoft.CodeAnalysis.*;**\System.Collections.Immutable.*;**\System.Reflection.Metadata.*;**\System.Composition.*" />
32
33
<file src =" tools\*.ps1" target =" tools\" />
34
+ <file src =" ..\..\README.md" target =" docs\" />
35
+ <file src =" ..\..\LICENSE" target =" \LICENSE" />
33
36
</files >
34
37
</package >
You can’t perform that action at this time.
0 commit comments