Commit d717c97
Add npm package artifact generation to test workflow (#819)
* Initial plan
* Add rush pack and artifact upload steps to test workflow
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
* Restrict pack and upload to ubuntu-latest only with simplified artifact name
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
* Use contains() to check for ubuntu in OS string
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
* Upgrade actions to v6 and update Node version from 22 to 24
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
* Apply suggestion from @mikeharder
* Exclude tarballs under node_modules from artifact upload
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
* Revert actions upgrade to v4 and node version back to 22
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
* Upgrade upload-artifact action to v6
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
* Simplify node_modules exclusion to exclude everything under node_modules
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>1 parent cfcb751 commit d717c97
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
0 commit comments