Skip to content

Commit 34135bb

Browse files
committed
Update AppVeyor deployment build to Visual Studio 2022 image
1 parent cba157d commit 34135bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# ------------------------------------------------------------------------------
1616

1717
image:
18-
- Visual Studio 2019
18+
- Visual Studio 2022
1919

2020
branches:
2121
only:

build/Build.CI.AppVeyor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[AppVeyor(
99
suffix: null,
10-
AppVeyorImage.VisualStudio2019,
10+
AppVeyorImage.VisualStudio2022,
1111
BranchesOnly = new[] { MasterBranch, $"/{ReleaseBranchPrefix}\\/*/" },
1212
SkipTags = true,
1313
InvokedTargets = new[] { nameof(IPack.Pack), nameof(ITest.Test), nameof(ISignPackages.SignPackages), nameof(IPublish.Publish) },

0 commit comments

Comments
 (0)