From 392764b71ea11417742bd416945360ef8b5d31ab Mon Sep 17 00:00:00 2001 From: "James Truher [MSFT]" Date: Thu, 29 Aug 2024 15:54:41 -0700 Subject: [PATCH] Scheduled build should build against proper branch. (#49) --- .pipelines/TextUtility-Official.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pipelines/TextUtility-Official.yml b/.pipelines/TextUtility-Official.yml index 778ad3b..17816b7 100644 --- a/.pipelines/TextUtility-Official.yml +++ b/.pipelines/TextUtility-Official.yml @@ -7,7 +7,7 @@ schedules: displayName: Weekly Build branches: include: - - master + - main always: true parameters: @@ -153,4 +153,4 @@ extends: command: push packagesToPush: $(Build.SourcesDirectory)/out/Microsoft.PowerShell.TextUtility.$(package.nupkgVersion).nupkg nuGetFeedType: external - publishFeedCredentials: PowerShellGallery \ No newline at end of file + publishFeedCredentials: PowerShellGallery