Libs and tools used to build all *-version tools for GitHub Actions
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Go to file
Dmitry Shibanov d8c3ce72ee
Merge helpers function from node, boost, python. (#2)
* setup boost helpers

* add ci for pull requests

* pester for ci

* resolving issue with pester 5

* remove Output flag

* check tests with 4 version

* try common tests variant

* added requires

* move to 5 version

* try to add assert module

* fix scope

* use new regex for python

* fix regex in tests

* Pester 4.10.1

* EnableExit

* fix synopsys

* fix creating tar archive

Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
Co-authored-by: Maxim Lobanov <v-malob@microsoft.com>
5 years ago
.github/workflows Merge helpers function from node, boost, python. (#2) 5 years ago
azure-devops Move helpers to the separate repository 5 years ago
github Merge helpers function from node, boost, python. (#2) 5 years ago
packages-generation Merge helpers function from node, boost, python. (#2) 5 years ago
CODE_OF_CONDUCT.md Move helpers to the separate repository 5 years ago
CONTRIBUTING.md Move helpers to the separate repository 5 years ago
LICENSE Move helpers to the separate repository 5 years ago
README.md Move helpers to the separate repository 5 years ago
SECURITY.md Move helpers to the separate repository 5 years ago
clean-toolcache.ps1 Merge helpers function from node, boost, python. (#2) 5 years ago
common-helpers.psm1 Merge helpers function from node, boost, python. (#2) 5 years ago
nix-helpers.psm1 Merge helpers function from node, boost, python. (#2) 5 years ago
pester-extensions.psm1 Merge helpers function from node, boost, python. (#2) 5 years ago
win-helpers.psm1 Merge helpers function from node, boost, python. (#2) 5 years ago
win-vs-env.psm1 Merge helpers function from node, boost, python. (#2) 5 years ago

README.md

Common tools for generation of packages in the actions/*-versions repositories

This repository contains PowerShell modules that are used to generate packages for Actions. The packages are consumed by the images generated through actions/virtual-environments and some of the setup-* Actions

Contribution

Contributions are welcome! See Contributor's Guide for more details about contribution process and code structure