Skip to content

Commit

Permalink
Merge pull request #701 from h-vetinari/vs
Browse files Browse the repository at this point in the history
ensure `vs20YY_{{ target }}` constrains `vs_{{ target }} 20YY`
  • Loading branch information
isuruf authored Apr 10, 2024
2 parents efd64af + 068a76a commit 1072421
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions recipe/patch_yaml/vs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
if:
name: vs2017_win-64
timestamp_lt: 1712701412000
then:
- add_constrains: vs_win-64 2017.*
---
if:
name: vs2019_win-64
timestamp_lt: 1712701412000
then:
- add_constrains: vs_win-64 2019.*
---
if:
name: vs2022_win-64
timestamp_lt: 1712701412000
then:
- add_constrains: vs_win-64 2022.*
---
if:
name: vs2022_win-arm64
timestamp_lt: 1712701412000
then:
- add_constrains: vs_win-arm64 2022.*

0 comments on commit 1072421

Please sign in to comment.