[CI] Fix template to get it back to work with the megapipeline. (#20587)

* [CI] Fix template to get it back to work with the megapipeline.

The template has a parameter that allows to know the checkout location,
that allow use to reuse it in the megapiepline. The new step was added
ignoring that fact.

* Add checkout dir as requeste in the pr.
This commit is contained in:
Manuel de la Pena 2024-02-15 11:20:48 -05:00 коммит произвёл GitHub
Родитель 4a2d418db4
Коммит 8769393c2a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -104,9 +104,11 @@ jobs:
- pwsh: ./build.ps1 --target=dotnet-integration-build --verbosity=diagnostic
displayName: Build Microsoft.Maui.IntegrationTests
workingDirectory: ${{ parameters.checkoutDirectory }}
- pwsh: ./build.ps1 --target=dotnet-integration-test --filter="FullyQualifiedName=Microsoft.Maui.IntegrationTests.TemplateTests" --resultsfilename="integration-tests" --verbosity=diagnostic
displayName: Run $(PLATFORM_NAME) templates build tests
workingDirectory: ${{ parameters.checkoutDirectory }}
- task: PublishTestResults@2
displayName: Publish the $(PLATFORM_NAME) templates build tests