Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Yan Xu 7f8525f92c
support MacOS and self-hosted runner (#91) 2023-11-17 17:24:21 +08:00
Amit Kumar f019457d1d
Dynamically download Az module (#29)
* Dynamically download Az module

Pre-baking of Az modules in runners will be refactored such that:
1. Only 1 latest Az module will be available as folder
2. Some high usage module versions will be available as zip based on platform
3. Other versions dynamically downloaded from Azure/az-ps-module-versions repo's releases
4. PSGallery will act as a fallback in case download fail from github releases

So to load the correct module from correct source the changes are done.
2021-03-17 18:41:57 +05:30
aksm-ms b479e38846
Unit tests (#2)
* initial commit

* Create main.yml

* Update main.yml

* added action.yml

* added action.yml

* added action.yml

* Delete main.yml

* removed node_modules

* changes in .gitignore

* changes in PowerShellToolRunner

* Added changes for review comments

* added inputs in action.yml

* changes in package.json

* added review comments

* Update action.yml

* Update action.yml

* fix in ScriptRunner.ts

* changes in URL

* added review comments

* changes for review comments

* added args in PowerShellToolRunner

* changes in PowerShellToolRunner

* fixed action.yml

* removed debug logs

* changes in main

* added unit tests

* added ci.yml

* update tsconfig json

* update ci.yml

* added unit tests

* update tests
2020-04-13 12:10:40 +05:30