From 4ffcefad4402640e6f42dd960ffbdcb18254dc91 Mon Sep 17 00:00:00 2001 From: Shawn Yuan Date: Thu, 28 Aug 2025 12:43:33 +0800 Subject: [PATCH] disable notice.md and nuget packages match Signed-off-by: Shawn Yuan --- .pipelines/v2/templates/job-build-project.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pipelines/v2/templates/job-build-project.yml b/.pipelines/v2/templates/job-build-project.yml index 948ef951c3..b3a66730ba 100644 --- a/.pipelines/v2/templates/job-build-project.yml +++ b/.pipelines/v2/templates/job-build-project.yml @@ -379,10 +379,10 @@ jobs: displayName: Audit WinAppSDK applications path asset conflicts # To streamline the pipeline and prevent errors, skip this step during compatibility tests with the latest WinAppSDK. - - ${{ if eq(parameters.useLatestWinAppSDK, false) }}: - - pwsh: |- - & '.pipelines/verifyNoticeMdAgainstNugetPackages.ps1' -path '$(build.sourcesdirectory)\' - displayName: Verify NOTICE.md and NuGet packages match + # - ${{ if eq(parameters.useLatestWinAppSDK, false) }}: + # - pwsh: |- + # & '.pipelines/verifyNoticeMdAgainstNugetPackages.ps1' -path '$(build.sourcesdirectory)\' + # displayName: Verify NOTICE.md and NuGet packages match - ${{ if eq(parameters.runTests, true) }}: # Publish test results which ran in MSBuild