You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/create-pull-request.ps1
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ if (($env:GeneratePullRequest -eq $False)) { # Skip CI if manually running this
9
9
return;
10
10
}
11
11
12
+
$version=$env:Version
13
+
12
14
# Special case for beta typings as it uses a non-conforming preview versioning.
13
15
if ($env:RepoName.Contains("msgraph-beta-typescript-typings"))
14
16
{
@@ -18,7 +20,6 @@ else {
18
20
$title="Generated $version models and request builders"
19
21
}
20
22
21
-
$version=$env:Version
22
23
$body=":bangbang:**_Important_**:bangbang: <br> Check for unexpected deletions or changes in this PR and ensure relevant CI checks are passing. <br><br> **Note:** This pull request was automatically created by Azure pipelines."
0 commit comments