File tree 3 files changed +7
-7
lines changed
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 " >
2
2
<ItemGroup >
3
3
<ProjectReference Include =" src\**\*.*proj" />
4
4
</ItemGroup >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ skip_commits:
15
15
files :
16
16
- ' **/*.md'
17
17
- docs/*
18
-
18
+
19
19
environment :
20
20
Appveyor : true
21
21
# Postgres
@@ -47,25 +47,25 @@ build_script:
47
47
- createdb test
48
48
# MySQL
49
49
- 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
51
51
- ps : .\build.ps1 -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages $true
52
52
53
53
test : off
54
54
artifacts :
55
55
- path : .\.nupkgs\*.nupkg
56
-
56
+
57
57
deploy :
58
58
- provider : NuGet
59
59
server : https://www.myget.org/F/miniprofiler/api/v2
60
60
on :
61
- branch : master
61
+ branch : master
62
62
api_key :
63
63
secure : LLyiHXh/pU4i8H2Cn74C5sXNV+5MX0gpJZuunTnXv/KoafhfmkB/65/TcV4B7kj2
64
64
symbol_server : https://www.myget.org/F/miniprofiler/symbols/api/v2/package
65
65
- provider : NuGet
66
66
server : https://www.myget.org/F/stackoverflow/api/v2
67
67
on :
68
- branch : master
68
+ branch : master
69
69
api_key :
70
70
secure : P/UHxq2DEs0GI1SoDXDesHjRVsSVgdywz5vmsnhFQQY5aJgO3kP+QfhwfhXz19Rw
71
71
symbol_server : https://www.myget.org/F/stackoverflow/symbols/api/v2/package
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 2.1.105 "
3
+ "version" : " 2.1.300 "
4
4
}
5
5
}
You can’t perform that action at this time.
0 commit comments