Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
Fix GitReleaseManager.yaml and also fix nuget packages caching in App…
Browse files Browse the repository at this point in the history
…Veyor
  • Loading branch information
Jericho committed Feb 13, 2017
1 parent 6f3057b commit f696722
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GitReleaseManager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export:
regex-text: '### Where to get it(\r\n)*You can .*\)'
multiline-regex: true
issue-labels-include:
- Breaking change
- Breaking Change
- Bug
- New Feature
- Improvement
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ branches:

# Build cache
cache:
- Source\packages -> Source\**\packages.config
- tools -> build.cake, tools\packages.config
- '%USERPROFILE%\.nuget\packages -> Source\**\project.json' # Note the use of single quotes around the entire line, when environment variables are used.
- tools -> build.cake, tools\packages.config

0 comments on commit f696722

Please sign in to comment.