We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e192c37 commit e877a84Copy full SHA for e877a84
appveyor.yml
@@ -1,7 +1,6 @@
1
version: '{build}'
2
skip_tags: true
3
-image: Visual Studio 2017
4
-configuration: Release
+image: Visual Studio 2022
5
install:
6
build_script:
7
- ps: ./Build.ps1
@@ -11,14 +10,14 @@ artifacts:
11
10
deploy:
12
- provider: NuGet
13
api_key:
14
- secure: 1aikaDXBKMKvsGQrmweRt4UI2EjEkdmE+8HpDZyWvlVyt+rwBH4QS3XOw7rf2QUQ
+ secure: HDcRadKRDne9Gd1vEQwZknRQz63ZbZMJh6e4sFmiXCpjkxC5WCoQ0ZecWBHtVulX
15
skip_symbols: true
16
on:
17
- branch: /^(master|dev)$/
+ branch: /^(main|dev)$/
18
- provider: GitHub
19
auth_token:
20
secure: hX+cZmW+9BCXy7vyH8myWsYdtQHyzzil9K5yvjJv7dK9XmyrGYYDj/DPzMqsXSjo
21
artifact: /Seq.Input.RabbitMQ.*\.nupkg/
22
tag: v$(appveyor_build_version)
23
24
- branch: master
+ branch: main
0 commit comments