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
echo"Creating toml at path: $UPM_CONFIG_TOML_PATH"
128
-
129
-
touch $UPM_CONFIG_TOML_PATH
130
-
131
-
cat >"$UPM_CONFIG_TOML_PATH"<<EOF
132
-
[npmAuth."$SCOPED_REGISTRY_URL"]
133
-
token = "$PRIVATE_REGISTRY_TOKEN"
134
-
alwaysAuth = true
135
-
EOF
136
-
fi
137
142
138
143
fi
139
144
@@ -280,4 +285,4 @@ if [ -d "$FULL_COVERAGE_RESULTS_PATH" ]; then
280
285
chmod -R a+r "$FULL_COVERAGE_RESULTS_PATH"
281
286
else
282
287
echo"Coverage results directory does not exist. If you are expecting coverage results, please make sure the Code Coverage package is installed in your unity project and that it is set up correctly."
0 commit comments