Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add lib and node_modules for release branch (#6) * Users/jaminda/GitHub sha (#9) * Add GITHUB_SHA environment variable (#8) * Add GITHUB_SHA environment variable This PR makes the GITHUB_SHA default environment variable available to use in inlineScript. This change does not address the issue #7 since it does not pass down all the environment variables (default ones and ones set by the user). This is stopgap solution that should be superseded by a more scalable solution that addresses issue #7 completely. * separate environment variables parameters * Adding output files * GITHUB_* enironement variables are available during script execution (#10) (#12) * Allowing white-space characters in environment variables (#14) (#15) * Allow access to user defined variables [Cherry pick from master and build the code for releases] (#17) * Allowing user-defined env variable to be accessible (#16) * Allowing user-defined env variable to be accessible * Resolving PR comments * Cherry pick and compile the code * removing node modules * removing unnecessary files * updating version * update gitignore Co-authored-by: Bishal Prasad <biprasad@microsoft.com> Co-authored-by: Jalaj Minda <49639049+jalajmsft@users.noreply.github.com> Co-authored-by: Kanika Pasrija <kanikapasrija@Kanikas-MacBook-Pro.local>
- Loading branch information