diff --git a/.pipelines/ci/ci.yml b/.pipelines/ci/ci.yml index 334386a86a..2aa8fbfcb9 100644 --- a/.pipelines/ci/ci.yml +++ b/.pipelines/ci/ci.yml @@ -34,4 +34,4 @@ jobs: - template: ./templates/build-powertoys-ci.yml parameters: platform: arm64 - - template: ./templates/run-ui-tests-ci.yml \ No newline at end of file + - template: ./templates/run-ui-tests-ci.yml diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index db717a29a0..b199413539 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -8,4 +8,4 @@ jobs: ${{ if ne(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}: name: SHINE-INT-L steps: - - bash: echo "Hello world" \ No newline at end of file + - bash: echo "Hello world"