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
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add a TransactionId to IntegrationEventLogEntry to ensure that chained integration events are only published once from the correct transaction scope
2019-05-07 21:29:37 +01:00
echo RESTORING ALL PACKAGES...; for f in /src/csproj-files/*.csproj; do dotnet restore $f; done
Reference in New Issue
Copy Permalink