Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions pipelines/winget-cli-restsource-ci-pr.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Copyright (c) Microsoft Corporation. All rights reserved
# CI pipeline for winget-cli-restsource

# TODO: The forked pr builds need to have the same permission as non-forked ones to access
# project's internal nuget feed. Remove DisablePipelineConfigDetector variable when
# a long term fix is available.
variables:
- name: DisablePipelineConfigDetector
value: true
# PR triggers
pr:
branches:
include:
- main

resources:
repositories:
Expand All @@ -22,9 +21,10 @@ extends:
name: Azure-Pipelines-1ESPT-ExDShared
image: windows-2022
os: windows
customBuildTags:
# This is added by 1ES migration tool and it is okay to remove in the future.
- ES365AIMigrationTooling

settings:
# Builds from forked repos do not have permissions to set tags
skipBuildTagsForGitHubPullRequests: true

stages:
- stage: Build_Publish_Test
Expand Down