We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01fd39 commit 78c556bCopy full SHA for 78c556b
ci_appveyor.yml
@@ -1,5 +1,5 @@
1
version: CI_{branch}_{build}
2
-image: Visual Studio 2019
+image: Visual Studio 2022
3
skip_tags: true
4
configuration:
5
- Release
release_appveyor.yml
version: 1.7.0.{build}
branches:
only:
- master
@@ -30,7 +30,7 @@ deploy:
30
# Encrypt with https://ci.appveyor.com/tools/encrypt
31
- provider: NuGet
32
api_key:
33
- secure: /mFKbp4C8bazwSgH5C6JakY8dZEffGRekipyvAUCkYJ+sfQhtsLDrKGek1oTrbAx
+ secure: fdOvSLLttfWbXxkmrgNG+jfczNAqx0HOIqYeVhToHGvezVwts758wz+sbGkv2RhZ
34
on:
35
branch: master
36
- provider: GitHub
0 commit comments