forked from dalavanmanphonsy/microsoft-graph-docs.de-DE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
25 lines (23 loc) · 784 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
### YamlMime:Yaml
ms.openlocfilehash: 3352701416de64fec0cc1b092f0daeff07c028bc
ms.sourcegitcommit: 334e84b4aed63162bcc31831cffd6d363dafee02
ms.translationtype: HT
ms.contentlocale: de-DE
ms.lasthandoff: 11/29/2018
ms.locfileid: "27994241"
version: 1.0.{build}
clone_depth: 1
build_script:
- ps: Write-Host "no build required"
test_script:
- ps: >-
$scriptPath = Join-Path $env:APPVEYOR_BUILD_FOLDER -ChildPath "Test-Docs.ps1"
& $scriptPath
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
notifications:
- provider: Slack
incoming_webhook: https://hooks.slack.com/services/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
channel: '#build-status'
on_build_success: true
on_build_failure: true
on_build_status_changed: false