Skip to content

Commit ce7ca06

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 96a7f9c + 2ef199f commit ce7ca06

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [3.3.0] - 2017-10-23
88

99
### Removed
10-
- Dropped support for ASP.NET MVC 1,2,3,4.
10+
- Dropped support for ASP.NET MVC 1,2,3,4.

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,17 @@ dotnet_csproj:
2121

2222
cache:
2323
- '%LocalAppData%\NuGet\v3-cache -> **\*.csproj'
24+
- packages -> **\packages.config
2425

2526
before_build:
26-
- dotnet restore --verbosity quiet
27+
- nuget restore -Verbosity quiet
2728

2829
build:
2930
parallel: true
3031
verbosity: minimal
3132

3233
artifacts:
33-
- path: '**\*.nupkg'
34+
- path: 'src\**\*.nupkg'
3435

3536
deploy:
3637
provider: NuGet

0 commit comments

Comments
 (0)