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
* Updates the script since we no longer user the package cache.
* Renames the dotnet-runtime package to @microsoft/dotnet-runtime to avoid npm audit issues (someone squat over the package name).
* Updates the npm dependencies.
Co-authored-by: Javier Calvarro Nelson <jacalvar@microsoft.com>
Write-Host"Skipping pull request creation for Node-Externals submodule"
101
-
}
102
-
else {
103
-
Write-Host"Creating pull request for Node-Externals submodule"
104
-
git branch --set-upstream-to=origin/main
105
-
git push origin $branchName`:$branchName--force;
106
-
gh repo set-default dotnet/Node-Externals
107
-
gh pr create --base main --head "infrastructure/update-npm-package-cache-$(Get-Date-Format 'yyyy-MM-dd')"--title "[Infrastructure] Updated npm package cache $(Get-Date-Format 'yyyy-MM-dd')"--body "Do not merge this PR until the one in aspnetcore passes all checks."
108
-
}
109
72
110
73
## Navigate to the root of the repository
111
-
## Checkout a branch named infrastructure/update-npm-package-cache-<date>
74
+
## Checkout a branch named infrastructure/update-npm-packages-<date>
112
75
## Stage the changes in the folder
113
-
## Commit the changes with the message "Updated npm package cache <date>"
76
+
## Commit the changes with the message "Updated npm packages <date>"
114
77
## Use the GH CLI to create a PR for the branch in the origin remote
0 commit comments