Skip to content

Commit 174aa3d

Browse files
committed
one more fix for #23 #24
1 parent 50d3998 commit 174aa3d

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

appveyor.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,32 @@
11
image: Visual Studio 2017
2+
23
init:
34
- git config --global core.autocrlf true
5+
6+
pull_requests:
7+
# Do not increment build number for pull requests
8+
do_not_increment_build_number: true
9+
10+
nuget:
11+
# Do not publish for pull requests
12+
disable_publish_on_pr: true
13+
14+
environment:
15+
# Set the DOTNET_SKIP_FIRST_TIME_EXPERIENCE environment variable to stop wasting time caching packages
16+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
17+
# Disable sending usage data to Microsoft
18+
DOTNET_CLI_TELEMETRY_OPTOUT: true
19+
420
assembly_info:
521
patch: false
22+
623
configuration:
724
- Debug
25+
826
build_script:
9-
- ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.2.0
27+
- ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.1.403
1028
- ps: ./build.ps1
29+
1130
test: off
31+
1232
skip_tags: true

0 commit comments

Comments
 (0)