Skip to content

Commit bc33f38

Browse files
authored
feat(github actions): add aspnetcore folder removal after script build #10247 (#10248)
1 parent 4e05bf9 commit bc33f38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nuget.org.yml

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
npm run-script build:production
6060
cd ../../../../
6161
cp aspnetcore/src/Components/Web.JS/dist/Release/blazor.*.js src/BlazorES2019/Bit.BlazorES2019/wwwroot/
62+
rm -rf aspnetcore
6263
6364
- name: dotnet pack BlazorES2019
6465
run: |

0 commit comments

Comments
 (0)