You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.build.ps1
Without underscore: ABC
With underscore:
This is also true for any variable name I try, except name and name_value. Even name_values doesn't work. Why is that?
The text was updated successfully, but these errors were encountered:
ooker777
changed the title
Variable whose name containing underscore doesn't work in script
Variables whose name is other than name or name_value don't work in script
Oct 10, 2023
Say I have this
test.esp
:If I run it directly on shell, it works fine:
But if I put them in a
build.ps1
script:Then it doesn't work:
This is also true for any variable name I try, except
name
andname_value
. Evenname_values
doesn't work. Why is that?The text was updated successfully, but these errors were encountered: