Skip to content

Commit c44d9c5

Browse files
committed
Update SDK to 2.1.300 and add Traversal build
1 parent 0328414 commit c44d9c5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

PackageBuild.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>

appveyor.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ skip_commits:
1515
files:
1616
- '**/*.md'
1717
- docs/*
18-
18+
1919
environment:
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

5353
test: off
5454
artifacts:
5555
- path: .\.nupkgs\*.nupkg
56-
56+
5757
deploy:
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

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "2.1.105"
3+
"version": "2.1.300"
44
}
55
}

0 commit comments

Comments
 (0)