Skip to content

Tags: pramaraju96/azure-pipelines-tasks

Tags

v226

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
switch build all tasks step to 1es pool (microsoft#18706)

* switch build all tasks step to 1es pool

* [CI/CD] Add task validation step

- Add .Net6 for signing

---------

Co-authored-by: Kirill Ivlev <102740624+kirill-ivlev@users.noreply.github.com>

v225

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove outdated tests (microsoft#18644)

* Remove outdated unit tests

* Remove outdated validation method

* Remove unnecessary function calls

* Remove unnecessary references

* Remove unused localization for AzureFileCopyV1

* Remove unused localization for AzureFileCopyV2

* Remove unused localization for AzureFileCopyV3

* Remove unused localization for AzureFileCopyV4

* Remove unused localization for AzureFileCopyV5

* Bump WindowsMachineFileCopyV1 version

* Update localization for WindowsMachineFileCopyV2

* Remove old validation methods

* Update AzureFileCopyRemoteJob.ps1

v224

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[AzureResourceManagerTemplateDeploymentV3]Increase test timeout (micr…

…osoft#18561)

* [AzureResourceManagerTemplateDeploymentV3]Increase test timeout

* [AzureResourceManagerTemplateDeploymentV3] Bump task version

v223

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix vm2 dep (microsoft#18443)

v222

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix vulnerability for AzureSpringApps (microsoft#18283)

* Fix

* Bump task version

* Update

* Update task version patch

---------

Co-authored-by: rvairavelu <93759118+rvairavelu@users.noreply.github.com>

v221

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
MSAL - Authority is added for national clouds (microsoft#18222) (micr…

…osoft#18256)

* - authority is fixed for national clouds

v220

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updates to BuildConfigGen (microsoft#18069)

* Node16 switch wip

* wip

* poc update to buildConfigMapping

* wip

* wip

* _ instead of dash -

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Include task switching CodeGen to make.js

- Add dev.sh and dev.cmd to build CodeGen via cmd (need to add downloading dotnet)
- Add logic to change version in task.loc.json as well as in task.json
- Add logic to add node16 handler to the generated task to run it under node16 handler and not node10
- Add check that task has node handler
- Add check that task doesn't have node16 handler
- Fixed problem with slash for unix compatibility

* Include task switching CodeGen to make.js

- Add gentask argument to call code generator for specific/all tasks and compile code generator is it's not compiled
- Add logic to make.js build to build task from _generated folder firstly, and from Tasks folder if it's not found in _generated
- Add logic to make.js test to test _generated tasks as well as usual Tasks
- Resolved problem with Common folder in _generated folder

* clean up

* cleanup

* Make Build Configs extensible
Refactor  / clean up

* added --write-updates parameter.  Default is verify-only

* improve json formatting, error handling

* Include task switching CodeGen to make.js

- Add downloading dotnet sdk to dev.sh for CodeGen
- Add pass-through arguments to BuildGen

AzureIoTEdgeV2

* make dev.sh compatible with unix-like systems

* added system to "override" files per-buildconfig

* suppress up-to-date check for _buildConfigs presence in tasks directory

* Include task switching CodeGen to make.js

- Clean up some of the code in make.js
- replace --write-updates with --validate option in make.js

* Include task switching CodeGen to make.js

- Add rebuild argument for gentask
- Fix problem when directory not exists
- Fix problem with generating task first time

* fix: re-add missing mappings

* Clean ups

* added preprocessor

* update so mapping matches mapping name on server

* fix unexpected invalidation

* fix issues where verification might fail when preprocessor is used
prevent preprocessor from being used in _buildConfig overrides (not necessary to use both)
fix directories been created when --write-updates not specified

* disable generating _buildConfig/[config] as the precompile should take care of it

* refactored verifier to write changes to temp files to compare.  This change shouldn't change the output, but makes the verifiction logic more consistent and maintaintable

* merged Node16 tasks

* write major/minor version (in addition to patch) to task.loc.json
verification fix when using file overrides

* Add Node16 configurations for tasks

* add DockerComposeV0 node upgrade

* Update launch settings with DockerComposeV0

* Bump node16 versions

* Correctly update AndroidSigningV2

* Correct DockerComposeV0

* fixup DownloadPackageV1

* Run config generation

* Include task switching CodeGen to make.js

- add --config attribute to make.js
- add possibility to build only _generated version of the task without main task

* Include task switching CodeGen to make.js

- rename parameter from config to configs

* Include task switching CodeGen to make.js

- Task compilation fix for generated tasks

* Include task switching CodeGen to make.js

- Generated task update to be able to compile them and pass BuildConfigGenerator validation

* move node16 changes to users/merlynop/node16updates

* Remove non-BuildconfigGen changes

---------

Co-authored-by: Dmitrii Bobreshev (Akvelon INC) <v-bobreshevd@microsoft.com>
Co-authored-by: Your Name <you@example.com>

v219

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update patch to 1 due to 0 patch being released already (microsoft#18052

)

v218

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support workload identity federation in AzureKeyVaultV1 and AzureKeyV…

…aultV2 tasks (microsoft#17731) (microsoft#17853)

Co-authored-by: Grzegorz Gurgul <ggurgul@microsoft.com>

v217

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert node16 of DownloadBuildArtifactV0 (microsoft#17703)