Dtf/appveyor.yml

43 строки
1001 B
YAML
Исходник Постоянная ссылка Обычный вид История

2018-12-22 20:03:15 +03:00
# Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
#
# Do NOT modify this file. Update the canonical version in Home\repo-template\src\appveyor.yml
# then update all of the repos.
branches:
only:
- master
- develop
image: Visual Studio 2019
2017-08-23 01:56:53 +03:00
version: 0.0.0.{build}
configuration: Release
environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
NUGET_XMLDOC_MODE: skip
2017-09-18 01:18:19 +03:00
build_script:
- appveyor.cmd
2017-08-23 01:56:53 +03:00
pull_requests:
do_not_increment_build_number: true
nuget:
disable_publish_on_pr: true
2018-12-22 20:03:15 +03:00
skip_branch_with_pr: true
2017-08-23 01:56:53 +03:00
skip_tags: true
artifacts:
- path: build\Release\**\*.nupkg
name: nuget
- path: build\Release\**\*.msi
name: msi
notifications:
- provider: Slack
incoming_webhook:
secure: p5xuu+4x2JHfwGDMDe5KcG1k7gZxqYc4jWVwvyNZv5cvkubPD2waJs5yXMAXZNN7Z63/3PWHb7q4KoY/99AjauYa1nZ4c5qYqRPFRBKTHfA=