Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add satisfies property to task.schema.json #916

Open
wants to merge 300 commits into
base: master
Choose a base branch
from

Conversation

teh13th
Copy link
Contributor

@teh13th teh13th commented Jan 18, 2023

No description provided.

ericsciple and others added 30 commits April 15, 2018 11:50
* Update schema to support showEnvironmentBlock
* Added missing logging commands

* Renamed Write-SetEndpointField function to Write-SetEndpoint
There was a missing comma making the document unusable.
KonstantinTyukalov and others added 8 commits October 23, 2023 11:30
* Update package-lock

* Add Invoke-Process function

* Add Invoke-Process to members list

* Fix $LastExitCode

* Revert VstsTaskSdk crlf changes

* Revert "refactor: remove Q library from Powershell SDK in favor of native promises (microsoft#944)"

This reverts commit 44e727d.

* Fix proc exit code

* Update Invoke-Process

* Fix SupportsWorkingDirectory test

* Remove encoding param, update encoding test

* Fix path in test

* update loc resources

* Revert "Revert "refactor: remove Q library from Powershell SDK in favor of native promises (microsoft#944)""

This reverts commit a703a0a.

* Gen doc

* Update changelog
* simple yampl to create pipeline

* Add additional steps into pipeline to publish nuget feed

* Upgrade net framework version

* Revert csproj changes

* Specify msbuild version for old netframework support

* Add arch argument to msbuild installation

* Bump package version

* Use nuspec version directly

* Fix downloadFileAsync

* rm committed minimatch dll

* Move publish steps to job + temp disable it

* Move version to package back. Fix encoding

* Add publish script

* Update tags

* update company metadata

* Update to publish to powershell gallery

---------

Co-authored-by: Konstantin Tyukalov <v-ktyukalov@microsoft.com>
Co-authored-by: Konstantin Tyukalov <52399739+KonstantinTyukalov@users.noreply.github.com>
* Update psRunner to fix tests

* Add fix for PSModulePath
- Add mockery changes to task-lib version 4
- Added info about task-lib 4.7.0
- Sorted the changelog in reverse chronological order
* Added localization pipeline and LocProject.json

* Removed en-US

* Update localize-pipeline.yml for Azure Pipelines

* Update localize-pipeline.yml for Azure Pipelines

* Made letter case consistent for languages

* LEGO: check in for Localization to temporary branch. (microsoft#703)

* LEGO: check in for Localization to temporary branch. (microsoft#714)

* LEGO: check in for Localization to temporary branch. (microsoft#720)

* Temp renaming

* Renamed localization files

* Applied enhancements for the localization pipeline (microsoft#733)

[skip ci]

* [Localization] Fixed localization pipeline issue with already localized strings replaced (microsoft#737)

* Localized file check-in by OneLocBuild Task: Build definition ID 10947: Build ID 14646607

Localized file check-in by OneLocBuild Task

* LEGO: check in for Localization to temporary branch. (microsoft#740)

* LEGO: check in for Localization to temporary branch. (microsoft#741)

* LEGO: check in for Localization to temporary branch. (microsoft#742)

* LEGO: check in for Localization to temporary branch. (microsoft#743)

* Temporary renamed files - to resolve conflicts

* Temporary renamed

* LEGO: check in for Localization to temporary branch. (microsoft#745)

Co-authored-by: csigs <csigs@outlook.com>

* LEGO: check in for Localization to temporary branch. (microsoft#746)

Co-authored-by: csigs <csigs@outlook.com>

* LEGO: check in for Localization to temporary branch. (microsoft#747)

Co-authored-by: csigs <csigs@outlook.com>

* LEGO: check in for Localization to temporary branch. (microsoft#748)

Co-authored-by: csigs <csigs@outlook.com>

* Localized file check-in by OneLocBuild Task: Build definition ID 10947: Build ID 14905562

Localized file check-in by OneLocBuild Task

* Returned back original names

* Removed redundant locale - test

* Removed redundant folders

* Localized file check-in by OneLocBuild Task: Build definition ID 10947: Build ID 14906155

Localized file check-in by OneLocBuild Task

* Returned back changes. Removed redundant

* Create PR in OneLocBuild task only on third week of sprint (microsoft#755)

* Fix localization pipeline

* Add missed change

* Added option to disable PR creation

* Add OneLocBuild removal to the localization pipeline (microsoft#804)

* Add OneLocBuild removal to the pipeline

* fix ignore error to double if

Co-authored-by: Ilya Kuleshov <v-ikuleshov@microsoft.com>

* Localization update (microsoft#802)

* Removing Localize folder

* Revert "Removing Localize folder"

Co-authored-by: Ilya Kuleshov <v-ikuleshov@microsoft.com>

* Removed OneLocBuild folder

* Move notifications about Task-lib Localization PR from Slack to MS Teams - Part 1 (microsoft#816)

* Localized file check-in by OneLocBuild Task: Build definition ID 10947: Build ID 18673037 (microsoft#879)

* Juno: check in to lego/hb_a4aa9cc4-603b-418e-91f1-700184175625_20221105085105779. (microsoft#881)

* Juno: check in to lego/hb_a4aa9cc4-603b-418e-91f1-700184175625_20221106085044954. (microsoft#882)

* Localized file check-in by OneLocBuild Task: Build definition ID 10947: Build ID 18697074 (microsoft#883)

* Update LocProject file

* Update LocProject

* Remove lowercase loc strings on windows

* renormalize resjson line endings

* Juno: check in to lego/hb_a4aa9cc4-603b-418e-91f1-700184175625_20230823085002328. (microsoft#963)

* Juno: check in to lego/hb_a4aa9cc4-603b-418e-91f1-700184175625_20230824085133912. (microsoft#964)

* Localized file check-in by OneLocBuild Task: Build definition ID 10947: Build ID 22418181 (microsoft#970)

* Juno: check in to lego/hb_a4aa9cc4-603b-418e-91f1-700184175625_20231018084934541. (microsoft#981)

* Juno: check in to lego/hb_a4aa9cc4-603b-418e-91f1-700184175625_20231019084924530. (microsoft#984)

* Localized file check-in by OneLocBuild Task: Build definition ID 10947: Build ID 23093005 (microsoft#986)

* Removing Localize and OneLocBuild folder

* Fixed typo

---------

Co-authored-by: Anatolii Bolshakov (Akvelon INC) <v-anbols@microsoft.com>
Co-authored-by: csigs <csigs@users.noreply.github.com>
Co-authored-by: Egor Bryzgalov <v-egbryz@microsoft.com>
Co-authored-by: Anatoly Bolshakov <anatoly.bolshakov@akvelon.com>
Co-authored-by: csigs <csigs@outlook.com>
Co-authored-by: Nikita Ezzhev <v-niezz@microsoft.com>
Co-authored-by: kuleshovilya <87485027+kuleshovilya@users.noreply.github.com>
Co-authored-by: Ilya Kuleshov <v-ikuleshov@microsoft.com>
Co-authored-by: Denis Tikhomirov <90906678+denis-tikhomirov@users.noreply.github.com>
Co-authored-by: KonstantinTyukalov <v-ktyukalov@microsoft.com>
Co-authored-by: Konstantin Tyukalov <52399739+KonstantinTyukalov@users.noreply.github.com>
Co-authored-by: Dmitrii Bobreshev <106314398+DmitriiBobreshev@users.noreply.github.com>
Co-authored-by: Dmitrii Bobreshev (Akvelon INC) <v-bobreshevd@microsoft.com>
@teh13th
Copy link
Contributor Author

teh13th commented Nov 14, 2023

@KonstantinTyukalov, @vmapetr this check don't want to go:
image

jessehouwing and others added 2 commits November 29, 2023 11:12
* Adds RecallOn* file attributes

Fixes microsoft#763

* Update powershell/CompiledHelpers/VstsTaskSdk.cs

---------

Co-authored-by: Denis Rumyantsev <v-denisr@microsoft.com>
@teh13th teh13th closed this Dec 6, 2023
@teh13th teh13th reopened this Dec 6, 2023
@KonstantinTyukalov
Copy link
Contributor

/azp run

@teh13th
Copy link
Contributor Author

teh13th commented Jan 3, 2024

/azp run

@KonstantinTyukalov it didn't help :(

DenisRumyantsev and others added 12 commits January 15, 2024 16:39
…unctions (microsoft#1009)

* Added the IssueSource parameter for the PowerShell SDK and the Node SDK.

* Bump package versions.
* Added the issue source for uncaught exception handling.

* Package version bump.
* Added issue sources for all internal issues.

* Bump package versions.
* Add node tl feature helper

* Fix typescript err

* Update changelog

* Bump package version

* node: Format debug message

* powershell: Add Get-PipelineFeature

* powershell: Bump version to 0.19.0

* Reset InputFunctions encoding
* 1ES Pipelines Template Adoption

- Added 1Es templates for azure-pipelines-extensions.yml
- Changed pools for windows/ubuntu to 1ES pools

* 1ES Pipelines Template Adoption

- Guardian set up

* 1ES Pipelines Template Adoption

- Guardian set up

* 1ES Pipelines Template Adoption

- Guardian set up

* 1ES Pipelines Template Adoption

- Guardian set up

* 1ES Pipelines Template Adoption

- swith to 1ESPtTfsAgentBuildPool1 pool

* 1ES Pipelines Template Adoption

- swith to 1ES-ABTT-Shared-Pool pool

* 1ES Pipelines Template Adoption

- swith to 1ES-ABTT-Shared-Pool pool
Added task SDK token support; added a default value for the issue source property.
* Added dotnet build step for Windows

* Fixed dotnet cli task inputs

* Added VS build task

* Added VS build task

* Upgraded to .netstandard2.1

* Switched to dotnet CLI task

* Removed reference to .NET Framework

* .NET Standard for all configurations

* Fixed some default behavior during the build phase
@KonstantinTyukalov
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet