Skip to content

Commit 1cc8b52

Browse files
committed
ci(dev release yml): build so dont need restore
1 parent 236bf69 commit 1cc8b52

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@ jobs:
105105
- name: Clean lock files because the newly generated package file will superseed the locks
106106
run: |
107107
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
108+
111109
112110
- name: Set up Node.js so we have gulp for retrieving TEL Frontend Css
113111
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)