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.
2 parents 247995c + f443d84 commit 84e6b4fCopy full SHA for 84e6b4f
appveyor.yml
@@ -1,7 +1,6 @@
1
version: '{build}'
2
skip_tags: true
3
-image: Visual Studio 2019
4
-configuration: Release
+image: Visual Studio 2022
5
test: off
6
build_script:
7
- ps: ./Build.ps1
global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "5.0.202",
- "rollForward": "latestPatch"
+ "version": "6.0.101",
+ "rollForward": "latestFeature"
}
0 commit comments