Skip to content

Commit 20333a2

Browse files
authoredSep 13, 2022
Another attempt to get conditional deployment working
1 parent c6cb6bc commit 20333a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ deploy:
2121
secure: 60gpLnipFCiKLpS7ECI1C6EPJW27KzVwqrBVkEzX6FIMTmsG//HD3p8Oq7WdQPm8
2222
on:
2323
branch: /^(main|dev)$/
24-
image: Visual Studio 2022
24+
OS: Windows_NT
2525
- provider: GitHub
2626
auth_token:
2727
secure: p4LpVhBKxGS5WqucHxFQ5c7C8cP74kbNB0Z8k9Oxx/PMaDQ1+ibmoexNqVU5ZlmX
@@ -31,4 +31,4 @@ deploy:
3131
tag: v$(appveyor_build_version)
3232
on:
3333
branch: main
34-
image: Visual Studio 2022
34+
OS: Windows_NT

0 commit comments

Comments
 (0)
Please sign in to comment.