-
-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathappveyor.yml
More file actions
38 lines (38 loc) · 1.12 KB
/
Copy pathappveyor.yml
File metadata and controls
38 lines (38 loc) · 1.12 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
version: 2.6.{build}
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
- /releases/
#skip_branch_with_pr: true
#image: Visual Studio 2022
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
version_prefix: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
environment:
CI: false
cache:
- C:\ProgramData\chocolatey\bin
- C:\ProgramData\chocolatey\lib
- C:\projects\binner\Binner\Binner.Web\ClientApp\node_modules
- '%APPDATA%\npm-cache'
- packages -> **\packages.config
- '%userprofile%\.nuget\packages -> appveyor.yml, **\*.csproj'
- node_modules -> package.json
- '%LocalAppData%\\npm-cache'
- '%AppData%\npm\node_modules'
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
#on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
build_script:
- ps: >-
.\Scripts\appveyor-build.ps1
test: off