Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 392764b

Browse files
authored
Scheduled build should build against proper branch. (#49)
1 parent 8aafc84 commit 392764b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/TextUtility-Official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ schedules:
77
displayName: Weekly Build
88
branches:
99
include:
10-
- master
10+
- main
1111
always: true
1212

1313
parameters:
@@ -153,4 +153,4 @@ extends:
153153
command: push
154154
packagesToPush: $(Build.SourcesDirectory)/out/Microsoft.PowerShell.TextUtility.$(package.nupkgVersion).nupkg
155155
nuGetFeedType: external
156-
publishFeedCredentials: PowerShellGallery
156+
publishFeedCredentials: PowerShellGallery

0 commit comments

Comments
 (0)