- branches: only: - master version: 0.2.0.{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: .nuget\pack.ps1 -versionSuffix prerelease artifacts: - path: src\IF.Lastfm.Core\bin\Release\IF.Lastfm.Core.dll name: IF.Lastfm.Core.dll - path: '\*-prerelease.nupkg' notifications: - provider: Webhook # ping Gitter ticker url: https://webhooks.gitter.im/e/8184d0f9a61041aee927 #--------------------------------------------------------------- - branches: only: - release # don't forget to update this! version: 0.1.5.{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: .nuget\pack.ps1 artifacts: - path: src\IF.Lastfm.Core\bin\Release\IF.Lastfm.Core.dll name: IF.Lastfm.Core.dll - path: '\*.nupkg' deploy: provider: NuGet api_key: secure: b4Q8KLmOfeQHZNGbTf4OYud3pvi3aR4rKE35dcLHYBTBaQwc9QeoIkDoG13Jpbxs artifact: /.*\.nupkg/ notifications: - provider: Webhook # ping Gitter ticker url: https://webhooks.gitter.im/e/8184d0f9a61041aee927