Skip to content

Commit 572e346

Browse files
dmitry-shibanovDmitry Shibanov
and
Dmitry Shibanov
authored
Add helpers' submodule (actions#26)
* add common helpers Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
1 parent 10f5e8e commit 572e346

15 files changed

+14
-863
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "helpers"]
2+
path = helpers
3+
url = https://github.com/actions/versions-package-tools
4+
branch = master

azure-pipelines/templates/test-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
inputs:
5858
TargetType: inline
5959
script: |
60-
Install-Module Pester -Force -Scope CurrentUser
60+
Install-Module Pester -Force -Scope CurrentUser -RequiredVersion 4.10.1
6161
Import-Module Pester
6262
$pesterParams = @{
6363
Path="./python-tests.ps1";

config/python-manifest-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"regex": "python-\\d+\\.\\d+\\.\\d+-(\\w+)-([\\w\\.]+)?-?(x\\d+)",
3+
"groups": {
4+
"arch": 3,
5+
"platform": 1,
6+
"platform_version": 2
7+
}
8+
}

helpers

Submodule helpers added at d8c3ce7

helpers/azure-devops/azure-devops-api.ps1

Lines changed: 0 additions & 89 deletions
This file was deleted.

helpers/azure-devops/build-info.ps1

Lines changed: 0 additions & 44 deletions
This file was deleted.

helpers/azure-devops/run-ci-builds.ps1

Lines changed: 0 additions & 94 deletions
This file was deleted.

helpers/common-helpers.psm1

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)