This website requires JavaScript.
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
You've already forked eShopOnContainers
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
eShopOnContainers
/
scripts
/
restore-packages
1 line
63 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Remove unneeded #!/bin/bash from script and remove line endings to avoid errors depending on git config on Windows
2019-04-30 19:19:11 +01:00
for f in /src/csproj-files/*.csproj; do dotnet restore $f; done
Reference in New Issue
Copy Permalink