remove print

This commit is contained in:
Leilei Zhang
2025-02-26 14:29:30 +08:00
parent 8fda120947
commit 0ef79a1d5a

View File

@@ -176,10 +176,6 @@ jobs:
& '.pipelines/verifyArm64Configuration.ps1' -solution '$(build.sourcesdirectory)\installer\PowerToysSetup.sln'
displayName: Verify ARM64 configurations
- pwsh: |
Write-Host "System.PullRequest.IsFork: $env:SYSTEM_PULLREQUEST_ISFORK"
displayName: 'Print System.PullRequest.IsFork'
- ${{ if eq(parameters.enablePackageCaching, true) }}:
- task: Cache@2
displayName: 'Cache nuget packages (PackageReference)'