Skip to content

Commit 2102c77

Browse files
committed
update CI YAML to "main"
1 parent 2d56901 commit 2102c77

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ deploy:
3030
- provider: NuGet
3131
server: https://www.myget.org/F/protobuf-net/api/v2
3232
on:
33-
branch: master
33+
branch: main
3434
api_key:
3535
secure: PV7ERAltWWLhy7AT2h+Vb5c1BM9/WFgvggb+rKyQ8hDg3fYqpZauYdidOOgt2lp4
3636
symbol_server: https://www.myget.org/F/protobuf-net/symbols/api/v2/package
3737
- provider: NuGet
3838
server: https://www.myget.org/F/stackoverflow/api/v2
3939
on:
40-
branch: master
40+
branch: main
4141
api_key:
4242
secure: P/UHxq2DEs0GI1SoDXDesHjRVsSVgdywz5vmsnhFQQY5aJgO3kP+QfhwfhXz19Rw
4343
symbol_server: https://www.myget.org/F/stackoverflow/symbols/api/v2/package

protobuf-net.Grpc.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server_CS", "examples\pb-ne
2121
EndProject
2222
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "config", "config", "{8D5FDB6F-6111-4604-8EDF-6A59F8B12D7E}"
2323
ProjectSection(SolutionItems) = preProject
24+
appveyor.yml = appveyor.yml
2425
Directory.build.props = Directory.build.props
2526
Directory.Build.targets = Directory.Build.targets
2627
global.json = global.json
@@ -99,7 +100,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "toys", "toys", "{0DD003CC-9
99100
EndProject
100101
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "protobuf-net.Grpc.ClientFactory", "src\protobuf-net.Grpc.ClientFactory\protobuf-net.Grpc.ClientFactory.csproj", "{4A7D8244-D6B2-4DD3-A0F3-1BF716FB1A0B}"
101102
EndProject
102-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "protobuf-net.Grpc.Test.IntegrationUpLevel", "tests\protobuf-net.Grpc.Test.IntegrationUpLevel\protobuf-net.Grpc.Test.IntegrationUpLevel.csproj", "{B694ED60-93A4-4362-BBCF-4EA04B6F4660}"
103+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "protobuf-net.Grpc.Test.IntegrationUpLevel", "tests\protobuf-net.Grpc.Test.IntegrationUpLevel\protobuf-net.Grpc.Test.IntegrationUpLevel.csproj", "{B694ED60-93A4-4362-BBCF-4EA04B6F4660}"
103104
EndProject
104105
Global
105106
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)