# How to use the SpecSync Azure DevOps pipeline tasks

SpecSync provides an Azure DevOps pipeline extension, called "SpecSync Tools" that contains pipeline tasks to make usage of SpecSync easier in Azure DevOps pipelines.

{% hint style="info" %}
You can find detailed information about using SpecSync on a build or release pipeline in the [How to use SpecSync from build or release pipeline](/specsync/important-concepts/synchronizing-test-cases-from-build.md) guide.
{% endhint %}

You can find the SpecSync Tools extension in the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=SpecSolutions.specsync-tools\&targetId=3063ff79-1c38-4e95-ba9c-795b1d1eb32e).

Currently the following task is available in the extension:

* *Visual Studio Test for SpecSync* (`VsTestForSpecSync`) - a modified version of the built-in `VsTest` task that skips showing the results in the pipeline *Tests* tab to avoid duplicated display of tests. See [How to publish test results from pipelines using the VSTest task](/specsync/important-concepts/how-to-publish-test-results-from-pipelines-using-the-vstest-task.md) for details on using this task.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.specsolutions.eu/specsync/important-concepts/how-to-use-the-pipeline-tasks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
