Migrate from v3 to v5 #33
qetza
announced in
Announcements
Replies: 1 comment
-
I want to add point: if you're migrating from 3 to 5, and using some custom pattern, it is critical to add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The only difference between v3 and v5 is the new input
tokenPattern
.When migrating from v3 to v5 use the following table to set this input based on your current values of
tokenPrefix
andtokenSuffix
:#{
}#
default
tokenPrefix
andtokenSuffix
inputs$(
)
azpipelines
tokenPrefix
andtokenSuffix
inputs{{
}}
doublebraces
tokenPrefix
andtokenSuffix
inputs__
__
rm
tokenPrefix
andtokenSuffix
inputs__
__
doubleunderscores
tokenPrefix
andtokenSuffix
inputs#{
}
octopus
tokenPrefix
andtokenSuffix
inputs${{
}}
githubactions
tokenPrefix
andtokenSuffix
inputscustom
tokenPrefix
andtokenSuffix
inputsBeta Was this translation helpful? Give feedback.
All reactions