Skip to content

Commit 91db3b3

Browse files
committed
chore: update appveyor
1 parent 8d2220d commit 91db3b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ branches:
44
only:
55
- develop
66
- main
7-
- /v\d*\.\d*\.\d*/
7+
- /\d*\.\d*\.\d*/
88

99
environment:
1010
# bad, but without this, gitversion doesn't work anymore
@@ -23,9 +23,6 @@ environment:
2323
image: Visual Studio 2022
2424
test: false
2525

26-
pull_requests:
27-
do_not_increment_build_number: false
28-
2926
install:
3027
# Appveyor uses git checkout -qf FETCH_HEAD but all GitVersion versions above 5.6.3 doesn't support this detached header
3128
# This is a workaround for this issue
@@ -37,6 +34,9 @@ install:
3734
- ps: Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
3835
- ps: ./dotnet-install.ps1 -Version 8.0.401 -InstallDir "C:\Program Files\dotnet"
3936

37+
pull_requests:
38+
do_not_increment_build_number: false
39+
4040
build_script:
4141
- ps: dotnet --info
4242
- ps: gitversion /version

0 commit comments

Comments
 (0)