Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd86c78 commit df9f28aCopy full SHA for df9f28a
appveyor.yml
@@ -1,6 +1,6 @@
1
version: '{build}'
2
skip_tags: true
3
-image: Visual Studio 2019
+image: Visual Studio 2022
4
test: off
5
build_script:
6
- ps: ./Build.ps1
@@ -9,7 +9,7 @@ artifacts:
9
deploy:
10
- provider: NuGet
11
api_key:
12
- secure: rbdBqxBpLt4MkB+mrDOYNDOd8aVZ1zMkysaVNAXNKnC41FYifzX3l9LM8DCrUWU5
+ secure: oemq1E4zMR+LKQyrR83ZLcugPpZtl5OMKjtpMy/mbPEwuFGS+Oe46427D9KoHYD8
13
skip_symbols: true
14
on:
15
branch: /^(main|dev)$/
0 commit comments