Skip to content

Commit 8b29afe

Browse files
committed
Merge branch 'stabilization' into 'master'
2 parents ae1d9ee + b7ff548 commit 8b29afe

5 files changed

Lines changed: 25 additions & 1 deletion

File tree

.codecov.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# https://docs.codecov.io/docs/codecov-yaml
2+
# https://github.com/codecov/support/wiki/Codecov-Yaml
3+
4+
coverage:
5+
status:
6+
project:
7+
default: false
8+
patch:
9+
default: false
10+
11+
flags:
12+
production:
13+
paths:
14+
- StyleCop.Analyzers/StyleCop.Analyzers/
15+
- StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/
16+
test:
17+
paths:
18+
- StyleCop.Analyzers/StyleCop.Analyzers.Test/
19+
- StyleCop.Analyzers/StyleCopTester/

StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/StyleCop.Analyzers.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<file src="bin\$Configuration$\StyleCop.Analyzers.CodeFixes.dll" target="analyzers\dotnet\cs" />
2525
<file src="bin\$Configuration$\**\StyleCop.Analyzers.CodeFixes.resources.dll" target="analyzers\dotnet\cs" />
2626
<file src="bin\$Configuration$\StyleCop.Analyzers.CodeFixes.pdb" target="analyzers\dotnet\cs" />
27-
<file src="..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll" target="analyzers\dotnet\cs" />
27+
<file src="..\..\packages\Newtonsoft.Json.7.0.1\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll" target="analyzers\dotnet\cs" />
2828

2929
<!-- Scripts -->
3030
<file src="tools\install.ps1" target="tools\" />

StyleCop.Analyzers/StyleCopTester/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<package id="Microsoft.CodeAnalysis.VisualBasic.Workspaces" version="1.2.1" targetFramework="net452" />
1010
<package id="Microsoft.CodeAnalysis.Workspaces.Common" version="1.2.1" targetFramework="net452" />
1111
<package id="Microsoft.Composition" version="1.0.27" targetFramework="net45" />
12+
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net452" />
1213
<package id="StyleCop.Analyzers" version="1.1.0-beta001" targetFramework="net452" developmentDependency="true" />
1314
<package id="System.Collections" version="4.0.0" targetFramework="net452" />
1415
<package id="System.Collections.Immutable" version="1.1.37" targetFramework="net452" />

StyleCopAnalyzers.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StyleCop.Analyzers.Vsix", "
1616
EndProject
1717
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5F9532E9-B126-402A-B338-54431A4882B2}"
1818
ProjectSection(SolutionItems) = preProject
19+
.codecov.yml = .codecov.yml
1920
appveyor.yml = appveyor.yml
2021
CONTRIBUTING.md = CONTRIBUTING.md
2122
LICENSE = LICENSE

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ test_script:
1717
# preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
1818
cache:
1919
- packages -> **\packages.config
20+
artifacts:
21+
- path: 'StyleCop.Analyzers\**\*.vsix'
22+
- path: 'StyleCop.Analyzers\**\*.nupkg'

0 commit comments

Comments
 (0)