Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 0bb52af

Browse files
committed
Merge branch '4.7.0' into 4.8.0
2 parents 0483343 + eb77bda commit 0bb52af

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/PerformanceGallery/PerformanceGallery.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ void NextButton_Clicked(object sender, EventArgs e)
192192
ViewModel.RunTest(_TestCases[_TestNumber++]);
193193
}
194194

195-
#if UITEST
195+
#if false && UITEST
196196

197197
double TopThreshold => 1 + Threshold;
198198
double BottomThreshold => 1 - Threshold;

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ resources:
2626
type: github
2727
name: xamarin/yaml-templates
2828
endpoint: xamarin
29+
ref: refs/heads/main # still defaults to master even though main is the main branch
2930

3031
trigger:
3132
branches:

build/steps/build-sign.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ steps:
1919
jenkinsEndpoint: Xamarin Code Signing Jenkins
2020
jenkinsJob: sign-from-vsts
2121
artifactHost: 'https://dl.internalx.com/vsts-devdiv'
22+
CodeSignOverride: true
2223

2324
- task: PublishBuildArtifacts@1
2425
displayName: 'Publish Artifact: nuget signed'

0 commit comments

Comments
 (0)