Skip to content

Commit a7e5859

Browse files
committed
NoPackageAnalysis
1 parent 368f701 commit a7e5859

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Package.nuspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@
1616
</metadata>
1717
<files>
1818
<file src="lib\**" target="lib" exclude="**\*.nupkg" />
19-
<file src="content\**" target="content" exclude="**\Microsoft.VisualStudio.TestPlatform*.dll" />
2019
</files>
2120
</package>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ build:
2020

2121
after_build:
2222
- cmd: del lib\*.nupkg
23-
- cmd: NuGet pack
23+
- cmd: NuGet pack -NoPackageAnalysis
2424

2525
before_test:
2626
- choco install opencover.portable

0 commit comments

Comments
 (0)