Skip to content

Commit 7a3d5dc

Browse files
committed
(build) Get CI builds working
Pin version of Cake.Tool to be the same as what is defined in the tool manifest file, and also update to a newer version of the AppVeyor build image.
1 parent df6f8b8 commit 7a3d5dc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#---------------------------------#
33
# Build Image #
44
#---------------------------------#
5-
image: Visual Studio 2019
5+
image: Visual Studio 2022
66

77
#---------------------------------#
88
# Build Script #

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
script-path: recipe.cake
3939
target: CI
4040
verbosity: Normal
41-
cake-version: 0.38.5
42-
cake-bootstrap: true
41+
cake-version: tool-manifest
4342

4443
- name: Upload Issues-Report
4544
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)