Skip to content

Commit

Permalink
Update AppVeyor deployment build to Visual Studio 2022 image
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Jan 10, 2022
1 parent cba157d commit 34135bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ------------------------------------------------------------------------------

image:
- Visual Studio 2019
- Visual Studio 2022

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion build/Build.CI.AppVeyor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[AppVeyor(
suffix: null,
AppVeyorImage.VisualStudio2019,
AppVeyorImage.VisualStudio2022,
BranchesOnly = new[] { MasterBranch, $"/{ReleaseBranchPrefix}\\/*/" },
SkipTags = true,
InvokedTargets = new[] { nameof(IPack.Pack), nameof(ITest.Test), nameof(ISignPackages.SignPackages), nameof(IPublish.Publish) },
Expand Down

0 comments on commit 34135bb

Please sign in to comment.