Skip to content

Commit 96f9a2e

Browse files
committed
revert release script
1 parent 3f0b657 commit 96f9a2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

upm_release.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ rm -rf Analytics-CSharp/Plugins/*
8585
# download analytics-csharp and its dependencies from nuget
8686
nuget install Segment.Analytics.CSharp -Version "$VERSION" -OutputDirectory Analytics-CSharp/Plugins
8787
# remove dependencies related to System.Text.Json as they are satisfied through package.json
88-
rm -rf Analytics-CSharp/Plugins/System.*
89-
rm -rf Analytics-CSharp/Plugins/Microsoft.*
88+
rm -rf Analytics-CSharp/Plugins/Newtonsoft.Json.*
9089
# loop over all the libs and remove any non-netstandard2.0 libs
9190
for dir in Analytics-CSharp/Plugins/*; do
9291
if [ -d "$dir" ]; then

0 commit comments

Comments
 (0)