Skip to content

Commit

Permalink
update .appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bbtbir committed Oct 5, 2022
1 parent fb0f70c commit e6095e3
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
Expand Up @@ -7,7 +7,7 @@ image: Visual Studio 2022
# Build Script #
#---------------------------------#
build_script:
- ps: .\build.ps1 --Target AppVeyor
- ps: .\build.ps1 --target=CI

# Tests
test: off
Expand All @@ -27,4 +27,4 @@ branches:
# Build Cache #
#---------------------------------#
cache:
- tools -> setup.cake
- tools -> recipe.cake

0 comments on commit e6095e3

Please sign in to comment.