We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97b5453 + 7e8618d commit 0fa8007Copy full SHA for 0fa8007
appveyor.yml
@@ -3,6 +3,13 @@ pull_requests:
3
do_not_increment_build_number: true
4
skip_tags: true
5
6
+branches:
7
+ only:
8
+ - master
9
+
10
+cache:
11
+ - packages -> **\packages.config
12
13
before_build:
14
- nuget restore
15
src/PowerShell/PowerShell.nuspec
@@ -52,7 +52,7 @@
52
<dependencies />
53
</metadata>
54
<files>
55
- <file src="bin\$Configuration$\*.*" exclude="**\*.nupkg;**\*.pdb;**\Microsoft.Tools.WindowsInstaller.PowerShell.xml" />
+ <file src="bin\$Configuration$\*.*" exclude="**\*.nupkg;**\Microsoft.Tools.WindowsInstaller.PowerShell.xml" />
56
<file src="$SolutionDir$LICENSE.txt" />
57
<file src="$SolutionDir$lib\wix\LICENSE.txt" target="Licenses\WIX.txt" />
58
</files>
0 commit comments