File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 11image : Visual Studio 2017
2+
23init :
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+
420assembly_info :
521 patch : false
22+
623configuration :
724 - Debug
25+
826build_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+
1130test : off
31+
1232skip_tags : true
You can’t perform that action at this time.
0 commit comments