We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368f701 commit a7e5859Copy full SHA for a7e5859
Package.nuspec
@@ -16,6 +16,5 @@
16
</metadata>
17
<files>
18
<file src="lib\**" target="lib" exclude="**\*.nupkg" />
19
- <file src="content\**" target="content" exclude="**\Microsoft.VisualStudio.TestPlatform*.dll" />
20
</files>
21
</package>
appveyor.yml
@@ -20,7 +20,7 @@ build:
after_build:
22
- cmd: del lib\*.nupkg
23
-- cmd: NuGet pack
+- cmd: NuGet pack -NoPackageAnalysis
24
25
before_test:
26
- choco install opencover.portable
0 commit comments