File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
.azure-pipelines/generation-templates Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1717 BuildConfiguration : $(buildConfiguration)
1818 OutputFullPath : $(kiotaDirectory)/output/*
1919 RepoModelsDir : $(Build.SourcesDirectory)/${{ parameters.repoName }}/src/generated/
20+ WorkspaceRootDir : $(Build.SourcesDirectory)/${{ parameters.repoName }}
2021
2122- task : DotNetCoreCLI@2
2223 displayName : Restore packages
Original file line number Diff line number Diff line change @@ -9,3 +9,11 @@ Write-Host "Removed the existing generated files in the repo." -ForegroundColor
99New-Item - ItemType directory - Path $env: RepoModelsDir
1010Move-Item $env: OutputFullPath $env: RepoModelsDir
1111Write-Host " Moved the models from $modelsDirectory into the local repo." - ForegroundColor Green
12+
13+ $helpUpdateScript = Join-Path - Path $env: WorkspaceRootDir - ChildPath .azure- pipelines/ powershell/ HelpUpdate.ps1
14+ . $helpUpdateScript
15+
16+ Update-UsersMeAlias - WorkspaceRootDir $env: WorkspaceRootDir
17+ Update-MeUserIdHelp - WorkspaceRootDir $env: WorkspaceRootDir
18+
19+ Write-Host " Updated 'me' help content in $env: RepoModelsDir " - ForegroundColor Green
You can’t perform that action at this time.
0 commit comments