From 37a0e3389a20ad28cd11b49b1cacd87ba189465c Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Fri, 12 Sep 2025 00:06:26 +0100 Subject: [PATCH] Ensure data-serialization files end with one newline (#26039) --- .github/ISSUE_TEMPLATE/WG_member_request.yaml | 1 - .pipelines/templates/windows-package-build.yml | 1 - .vsts-ci/psresourceget-acr.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/WG_member_request.yaml b/.github/ISSUE_TEMPLATE/WG_member_request.yaml index 052a2b0f71..1d7f0e9ba5 100644 --- a/.github/ISSUE_TEMPLATE/WG_member_request.yaml +++ b/.github/ISSUE_TEMPLATE/WG_member_request.yaml @@ -64,4 +64,3 @@ body: I have the following public links to articles, code, or other resources that demonstrate my skills... validations: required: true - diff --git a/.pipelines/templates/windows-package-build.yml b/.pipelines/templates/windows-package-build.yml index 53b57df45d..7cd0869caa 100644 --- a/.pipelines/templates/windows-package-build.yml +++ b/.pipelines/templates/windows-package-build.yml @@ -302,4 +302,3 @@ jobs: displayName: 'List artifacts' env: ob_restore_phase: true # This ensures this done in restore phase to workaround signing issue - diff --git a/.vsts-ci/psresourceget-acr.yml b/.vsts-ci/psresourceget-acr.yml index ca3334ff27..194c7ba9f5 100644 --- a/.vsts-ci/psresourceget-acr.yml +++ b/.vsts-ci/psresourceget-acr.yml @@ -153,4 +153,3 @@ stages: Publish-TestResults -Title "PSResourceGet - ACR tests" -Path $outputFilePath -Type NUnit displayName: 'PSResourceGet ACR functional tests using AzAuth' -