diff options
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml (renamed from src/api/burn/appveyor.yml) | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/api/burn/appveyor.yml b/appveyor.yml index e4d25586..6f7d7b1b 100644 --- a/src/api/burn/appveyor.yml +++ b/appveyor.yml | |||
@@ -1,7 +1,4 @@ | |||
1 | # 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. | 1 | # 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. |
2 | # | ||
3 | # Do NOT modify this file. Update the canonical version in Home\repo-template\src\appveyor.yml | ||
4 | # then update all of the repos. | ||
5 | 2 | ||
6 | branches: | 3 | branches: |
7 | only: | 4 | only: |
@@ -17,9 +14,13 @@ environment: | |||
17 | DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true | 14 | DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true |
18 | DOTNET_CLI_TELEMETRY_OPTOUT: 1 | 15 | DOTNET_CLI_TELEMETRY_OPTOUT: 1 |
19 | NUGET_XMLDOC_MODE: skip | 16 | NUGET_XMLDOC_MODE: skip |
17 | SigningUser: | ||
18 | secure: s+b2kuhi/AlE8ZYFsNVHFLfgJOwi0fIKMCOP+xL++8U= | ||
19 | SigningSecret: | ||
20 | secure: h0urCGu3+ArelfLcW0JvB82rc7dkPqedVSxXmMbQ+dc= | ||
20 | 21 | ||
21 | build_script: | 22 | build_script: |
22 | - appveyor.cmd | 23 | - src\build_official.cmd |
23 | 24 | ||
24 | test: off | 25 | test: off |
25 | 26 | ||
@@ -33,8 +34,9 @@ skip_branch_with_pr: true | |||
33 | skip_tags: true | 34 | skip_tags: true |
34 | 35 | ||
35 | artifacts: | 36 | artifacts: |
36 | - path: build\Release\**\*.nupkg | 37 | - path: build\artifacts |
37 | name: nuget | 38 | name: artifacts |
39 | type: zip | ||
38 | 40 | ||
39 | notifications: | 41 | notifications: |
40 | - provider: Slack | 42 | - provider: Slack |