Skip to content

Commit

Permalink
Scheduled build should build against proper branch. (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWTruher authored Aug 29, 2024
1 parent 8aafc84 commit 392764b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pipelines/TextUtility-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ schedules:
displayName: Weekly Build
branches:
include:
- master
- main
always: true

parameters:
Expand Down Expand Up @@ -153,4 +153,4 @@ extends:
command: push
packagesToPush: $(Build.SourcesDirectory)/out/Microsoft.PowerShell.TextUtility.$(package.nupkgVersion).nupkg
nuGetFeedType: external
publishFeedCredentials: PowerShellGallery
publishFeedCredentials: PowerShellGallery

0 comments on commit 392764b

Please sign in to comment.