Skip to content

Commit e877a84

Browse files
authored
Update publishing info
1 parent e192c37 commit e877a84

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

appveyor.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
version: '{build}'
22
skip_tags: true
3-
image: Visual Studio 2017
4-
configuration: Release
3+
image: Visual Studio 2022
54
install:
65
build_script:
76
- ps: ./Build.ps1
@@ -11,14 +10,14 @@ artifacts:
1110
deploy:
1211
- provider: NuGet
1312
api_key:
14-
secure: 1aikaDXBKMKvsGQrmweRt4UI2EjEkdmE+8HpDZyWvlVyt+rwBH4QS3XOw7rf2QUQ
13+
secure: HDcRadKRDne9Gd1vEQwZknRQz63ZbZMJh6e4sFmiXCpjkxC5WCoQ0ZecWBHtVulX
1514
skip_symbols: true
1615
on:
17-
branch: /^(master|dev)$/
16+
branch: /^(main|dev)$/
1817
- provider: GitHub
1918
auth_token:
2019
secure: hX+cZmW+9BCXy7vyH8myWsYdtQHyzzil9K5yvjJv7dK9XmyrGYYDj/DPzMqsXSjo
2120
artifact: /Seq.Input.RabbitMQ.*\.nupkg/
2221
tag: v$(appveyor_build_version)
2322
on:
24-
branch: master
23+
branch: main

0 commit comments

Comments
 (0)