Skip to content

Commit 7685ad7

Browse files
committed
Fix build/nuget process (remove strong-naming step)
This relates to #33 - and the previous release: v1.0.3 (in which I had to undo the strong-naming).
1 parent 0a0a4e7 commit 7685ad7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Tools/Create-NuGet-packages.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ then
77
exit 1
88
fi
99

10-
sn -R CSF.WebDriverExtras/bin/Release/CSF.WebDriverExtras.dll CSF-Software-OSS.snk
11-
1210
find . \
1311
-type f \
1412
-name "*.nuspec" \

0 commit comments

Comments
 (0)