We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236bf69 commit 1cc8b52Copy full SHA for 1cc8b52
.github/workflows/release.yml
@@ -105,9 +105,7 @@ jobs:
105
- name: Clean lock files because the newly generated package file will superseed the locks
106
run: |
107
find . -name "packages.lock.json" -type f -exec rm -f {} \;
108
-
109
- - name: Restore NuGet Packages for Specifically the BCL Package Library Project
110
- run: dotnet restore TELBlazor.Components.csproj
+
111
112
- name: Set up Node.js so we have gulp for retrieving TEL Frontend Css
113
uses: actions/setup-node@v4
0 commit comments