File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.Build.Traversal/1.0.22 " >
1+ <Project Sdk =" Microsoft.Build.Traversal/1.0.34 " >
22 <ItemGroup >
33 <ProjectReference Include =" src\**\*.*proj" />
44 </ItemGroup >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ skip_commits:
1515 files :
1616 - ' **/*.md'
1717 - docs/*
18-
18+
1919environment :
2020 Appveyor : true
2121 # Postgres
@@ -47,25 +47,25 @@ build_script:
4747 - createdb test
4848 # MySQL
4949 - mysql -e "create database test;" --user=root
50- - ps : .\build\dotnet-install.ps1 -Version 2.1.105
50+ - ps : .\build\dotnet-install.ps1 -Version 2.1.300
5151 - ps : .\build.ps1 -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages $true
5252
5353test : off
5454artifacts :
5555- path : .\.nupkgs\*.nupkg
56-
56+
5757deploy :
5858- provider : NuGet
5959 server : https://www.myget.org/F/miniprofiler/api/v2
6060 on :
61- branch : master
61+ branch : master
6262 api_key :
6363 secure : LLyiHXh/pU4i8H2Cn74C5sXNV+5MX0gpJZuunTnXv/KoafhfmkB/65/TcV4B7kj2
6464 symbol_server : https://www.myget.org/F/miniprofiler/symbols/api/v2/package
6565- provider : NuGet
6666 server : https://www.myget.org/F/stackoverflow/api/v2
6767 on :
68- branch : master
68+ branch : master
6969 api_key :
7070 secure : P/UHxq2DEs0GI1SoDXDesHjRVsSVgdywz5vmsnhFQQY5aJgO3kP+QfhwfhXz19Rw
7171 symbol_server : https://www.myget.org/F/stackoverflow/symbols/api/v2/package
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 2.1.105 "
3+ "version" : " 2.1.300 "
44 }
55}
You can’t perform that action at this time.
0 commit comments