Closed tjaskula closed 5 years ago
Related to #66
Make changes according to this template
version: 0.0.{build} image: - Visual Studio 2019 - Ubuntu configuration: Release skip_commits: message: /.*\[ci\-skip\].*/ before_build: - dotnet restore src/Vlingo.UUID.sln build: project: src/Vlingo.UUID.sln verbosity: minimal publish_nuget: true test_script: - dotnet test src/Vlingo.UUID.Tests deploy: - provider: NuGet api_key: secure: keYt7U6hDEIBzKLfVMts/6deGh0bqJdcjhlO2mWEJ04SRIS0Y6+e3EjszsRqq5nJ skip_symbols: true artifact: /.*\.nupkg/ on: branch: master notifications: - provider: Webhook url: https://webhooks.gitter.im/e/2b56d1ca84637acb9ee8 method: POST on_build_success: true on_build_failure: true on_build_status_changed: true
Related to #66
Make changes according to this template