Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed May 6, 2024
2 parents 90e2608 + 0c5cfc5 commit 0a17242
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 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

branches:
except:
Expand All @@ -10,11 +10,16 @@ skip_commits:
- 'LICENSE'
- '.travis.yml'

install:
- choco install dotnetcore-3.1-sdk -y
- choco install dotnet-5.0-sdk -y
- choco install dotnet-6.0-runtime dotnet-6.0-sdk -y

build: off
test: off

build_script:
- pwsh: .\build.ps1 --target=CI --verbosity=Diagnostic
- ps: .\build.ps1 --target=CI --verbosity=Diagnostic

cache:
- 'tools -> .config/dotnet-tools.json,setup.cake,.build/sonarcloud.cake'

0 comments on commit 0a17242

Please sign in to comment.