Skip to content

Commit 0fa8007

Browse files
committed
Merge pull request #8 from heaths/develop
Build only PRs and publish symbols
2 parents 97b5453 + 7e8618d commit 0fa8007

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

appveyor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ pull_requests:
33
do_not_increment_build_number: true
44
skip_tags: true
55

6+
branches:
7+
only:
8+
- master
9+
10+
cache:
11+
- packages -> **\packages.config
12+
613
before_build:
714
- nuget restore
815

src/PowerShell/PowerShell.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependencies />
5353
</metadata>
5454
<files>
55-
<file src="bin\$Configuration$\*.*" exclude="**\*.nupkg;**\*.pdb;**\Microsoft.Tools.WindowsInstaller.PowerShell.xml" />
55+
<file src="bin\$Configuration$\*.*" exclude="**\*.nupkg;**\Microsoft.Tools.WindowsInstaller.PowerShell.xml" />
5656
<file src="$SolutionDir$LICENSE.txt" />
5757
<file src="$SolutionDir$lib\wix\LICENSE.txt" target="Licenses\WIX.txt" />
5858
</files>

0 commit comments

Comments
 (0)