Skip to content

Commit

Permalink
Configure appveyor.yml for new profile259 branches
Browse files Browse the repository at this point in the history
  • Loading branch information
rikkit committed Dec 5, 2016
1 parent b06d166 commit c3c3867
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,55 @@

#---------------------------------------------------------------

-
branches:
only:
- profile259

version: 0.3.999.{build}

assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"

configuration: Release

before_build:
- ps: nuget restore IF.Lastfm.sln

build:
project: IF.Lastfm.sln

test_script:
- ps: .\run-tests.ps1

after_test:
- ps: pushd .nuget
- ps: .\pack.ps1 -versionSuffix prerelease
- ps: popd
- ps: cp .\.nuget\*.nupkg .

artifacts:
- path: src\IF.Lastfm.Core\bin\Release\IF.Lastfm.Core.dll
name: IF.Lastfm.Core.dll
- path: src\IF.Lastfm.SQLite\bin\Release\IF.Lastfm.SQLite.dll
name: IF.Lastfm.SQLite.dll
- path: '\*-prerelease.nupkg'

notifications:
- provider: Webhook # ping Gitter ticker
url: https://webhooks.gitter.im/e/aa615fb57d382a430815

#---------------------------------------------------------------

-
branches:
only:
- release
- release-profile259

# don't forget to update this!
version: 0.3.0.{build}
Expand Down

0 comments on commit c3c3867

Please sign in to comment.