File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.azure-pipelines/generation-templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ steps:
117117 GhAppId : $(microsoft-graph-devx-bot-appid)
118118 GhAppKey : $(microsoft-graph-devx-bot-privatekey)
119119 OverrideSkipCI : $(overrideSkipCI)
120- RepoName : ${{ parameters.repoName }}
120+ RepoName : ' microsoftgraph/ ${{ parameters.repoName}} ' # the assumption is that repo in the microsoftgraph org
121121 ScriptsDirectory : $(scriptsDirectory)
122122 Version : ${{ parameters.version }}
123123 workingDirectory : ${{ parameters.repoName }}
Original file line number Diff line number Diff line change 9595 GhAppId : $(microsoft-graph-devx-bot-appid)
9696 GhAppKey : $(microsoft-graph-devx-bot-privatekey)
9797 OverrideSkipCI : $(overrideSkipCI)
98- RepoName : ${{ parameters.repoName }}
98+ RepoName : ' microsoftgraph/ ${{ parameters.repoName}} ' # the assumption is that repo in the microsoftgraph org
9999 ScriptsDirectory : $(scriptsDirectory)
100100 Version : ${{ parameters.version }}
101101 workingDirectory : ${{ parameters.repoName }}
You can’t perform that action at this time.
0 commit comments