Skip to content

Commit

Permalink
Add helpers' submodule (#26)
Browse files Browse the repository at this point in the history
* add common helpers
Co-authored-by: Dmitry Shibanov <[email protected]>
  • Loading branch information
dmitry-shibanov authored Jun 2, 2020
1 parent 10f5e8e commit 572e346
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 863 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "helpers"]
path = helpers
url = https://github.com/actions/versions-package-tools
branch = master
2 changes: 1 addition & 1 deletion azure-pipelines/templates/test-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
inputs:
TargetType: inline
script: |
Install-Module Pester -Force -Scope CurrentUser
Install-Module Pester -Force -Scope CurrentUser -RequiredVersion 4.10.1
Import-Module Pester
$pesterParams = @{
Path="./python-tests.ps1";
Expand Down
8 changes: 8 additions & 0 deletions config/python-manifest-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"regex": "python-\\d+\\.\\d+\\.\\d+-(\\w+)-([\\w\\.]+)?-?(x\\d+)",
"groups": {
"arch": 3,
"platform": 1,
"platform_version": 2
}
}
1 change: 1 addition & 0 deletions helpers
Submodule helpers added at d8c3ce
89 changes: 0 additions & 89 deletions helpers/azure-devops/azure-devops-api.ps1

This file was deleted.

44 changes: 0 additions & 44 deletions helpers/azure-devops/build-info.ps1

This file was deleted.

94 changes: 0 additions & 94 deletions helpers/azure-devops/run-ci-builds.ps1

This file was deleted.

80 changes: 0 additions & 80 deletions helpers/common-helpers.psm1

This file was deleted.

Loading

0 comments on commit 572e346

Please sign in to comment.