Skip to content

Commit

Permalink
Merge pull request #1 from Microsoft/appveyor
Browse files Browse the repository at this point in the history
Filter ZIP package files
  • Loading branch information
heaths committed Jan 23, 2017
2 parents 324579e + fa27c2d commit 18665a4
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,17 @@ cache:
before_build:
- nuget restore

after_build:
- 7z a bin\%CONFIGURATION%\VSSetup.zip %APPVEYOR_BUILD_FOLDER%\src\VSSetup.PowerShell\bin\%CONFIGURATION%\*.dll
- 7z a bin\%CONFIGURATION%\VSSetup.zip %APPVEYOR_BUILD_FOLDER%\src\VSSetup.PowerShell\bin\%CONFIGURATION%\VSSetup.*

test:
assemblies:
- '**\bin\$(configuration)\*.test.dll'

artifacts:
- path: src\VSSetup.PowerShell\bin\$(configuration)
- path: bin\$(configuration)\VSSetup.zip
name: VSSetup
type: zip

- path: src\VSSetup\bin\$(configuration)\*.nupkg
name: package
Expand All @@ -49,6 +52,16 @@ deploy:
api_key:
secure: 4STrzCp6wDsDBj/wCtmImMVL7wUI8DCGjdMBXGqQf9JZJ8LjmW5YSY8wtcHAv0XW
artifact: package
skip_symbols: true
on:
branch: master
configuration: Release

- provider: NuGet
server: https://nuget.smbsrc.net/
api_key:
secure: WPxjuSouwbCdM6I771BfIbOk8gA883+l9RKUCfFknaUT1vYPmTpT2ABF9r+J0JgR
artifact: /.*\.symbols\.nupkg/
on:
branch: master
configuration: Release
Expand Down

0 comments on commit 18665a4

Please sign in to comment.