Skip to content

Commit

Permalink
β¬†πŸ‘·β€β™‚οΈ Use Visual Studio 2022 for Appveyor Build (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Jun 30, 2022
1 parent 0d3f5a5 commit 22061ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: Visual Studio 2019
image: Visual Studio 2022

install:
- choco install gitversion.portable -pre -y
Expand Down Expand Up @@ -27,4 +27,4 @@ deploy:

artifacts:
- path: '**\*.nupkg' # find all NuGet packages recursively
name: Nuget packages
name: Nuget packages

0 comments on commit 22061ed

Please sign in to comment.