We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce9c9a commit 716fa76Copy full SHA for 716fa76
1 file changed
build/WindowsAppSDK-Foundation-PR.yml
@@ -60,11 +60,13 @@ resources:
60
type: git
61
name: ProjectReunion/WindowsAppSDKConfig
62
ref: refs/heads/main
63
- - repository: WindowsAppSDKSamples
64
- type: github
65
- endpoint: 'GitHub - benkuhn - 2-18'
66
- name: microsoft/WindowsAppSDK-Samples
67
- ref: $(SamplesBranch)
+ # DISABLED: WindowsAppSDKSamples requires GitHub service connection not available in OS project
+ # Re-enable when GitHub endpoint is configured. Only used when BuildSampleApps=true.
+ #- repository: WindowsAppSDKSamples
+ # type: github
+ # endpoint: 'GitHub - benkuhn - 2-18'
68
+ # name: microsoft/WindowsAppSDK-Samples
69
+ # ref: $(SamplesBranch)
70
71
extends:
72
template: v2/Microsoft.NonOfficial.yml@templates # https://aka.ms/obpipelines/templates
0 commit comments