Skip to content

Commit

Permalink
Merge pull request #8 from heaths/develop
Browse files Browse the repository at this point in the history
Build only PRs and publish symbols
  • Loading branch information
heaths committed Apr 24, 2016
2 parents 97b5453 + 7e8618d commit 0fa8007
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions appveyor.yml
Expand Up @@ -3,6 +3,13 @@ pull_requests:
do_not_increment_build_number: true
skip_tags: true

branches:
only:
- master

cache:
- packages -> **\packages.config

before_build:
- nuget restore

Expand Down
2 changes: 1 addition & 1 deletion src/PowerShell/PowerShell.nuspec
Expand Up @@ -52,7 +52,7 @@
<dependencies />
</metadata>
<files>
<file src="bin\$Configuration$\*.*" exclude="**\*.nupkg;**\*.pdb;**\Microsoft.Tools.WindowsInstaller.PowerShell.xml" />
<file src="bin\$Configuration$\*.*" exclude="**\*.nupkg;**\Microsoft.Tools.WindowsInstaller.PowerShell.xml" />
<file src="$SolutionDir$LICENSE.txt" />
<file src="$SolutionDir$lib\wix\LICENSE.txt" target="Licenses\WIX.txt" />
</files>
Expand Down

0 comments on commit 0fa8007

Please sign in to comment.