Skip to content

Commit be4643c

Browse files
authored
Merge branch 'main' into oob/ConnectedMachine
2 parents a4ee8ec + a22b2b3 commit be4643c

File tree

3,830 files changed

+190482
-69534
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,830 files changed

+190482
-69534
lines changed

.azure-pipelines/code-gen.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
$Title = "Migrate ${{ parameters.ServiceName }} from $SourceBranch to ${{ parameters.TargetBranch }}"
9797
$HeadBranch = "codegen/${{ parameters.ServiceName }}"
9898
$BaseBranch = "${{ parameters.TargetBranch }}"
99-
$Description = "Migrate ${{ parameters.ServiceName }} from $SourceBranch to ${{ parameters.TargetBranch }}"
99+
$Description = "Migrate ${{ parameters.ServiceName }} from $SourceBranch to ${{ parameters.TargetBranch }}
100+
The last commit of src/${{ parameters.ServiceName }} in $SourceBranch is:
101+
$(git log -1 origin/$SourceBranch -- ./src/${{ parameters.ServiceName }})
102+
"
100103
./tools/Github/CreatePR.ps1 -Title $Title -HeadBranch $HeadBranch -BaseBranch $BaseBranch -BotAccessToken $(GithubToken) -Description $Description
101104
displayName: Create PR to main branch

VersionInfo.json

-1.35 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)