Skip to content

Commit

Permalink
Merge branch 'main' into oob/ConnectedMachine
Browse files Browse the repository at this point in the history
  • Loading branch information
dolauli authored Dec 11, 2023
2 parents a4ee8ec + a22b2b3 commit be4643c
Show file tree
Hide file tree
Showing 3,830 changed files with 190,482 additions and 69,534 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 4 additions & 1 deletion .azure-pipelines/code-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
$Title = "Migrate ${{ parameters.ServiceName }} from $SourceBranch to ${{ parameters.TargetBranch }}"
$HeadBranch = "codegen/${{ parameters.ServiceName }}"
$BaseBranch = "${{ parameters.TargetBranch }}"
$Description = "Migrate ${{ parameters.ServiceName }} from $SourceBranch to ${{ parameters.TargetBranch }}"
$Description = "Migrate ${{ parameters.ServiceName }} from $SourceBranch to ${{ parameters.TargetBranch }}
The last commit of src/${{ parameters.ServiceName }} in $SourceBranch is:
$(git log -1 origin/$SourceBranch -- ./src/${{ parameters.ServiceName }})
"
./tools/Github/CreatePR.ps1 -Title $Title -HeadBranch $HeadBranch -BaseBranch $BaseBranch -BotAccessToken $(GithubToken) -Description $Description
displayName: Create PR to main branch
Binary file modified VersionInfo.json
Binary file not shown.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit be4643c

Please sign in to comment.