Skip to content
Snippets Groups Projects
Commit 258ecb32 authored by Recolic K's avatar Recolic K
Browse files

bug fix

parent 41a1922f
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@ exit $?
# The noob Microsoft.Azure.Cosmos.Table packager set the version to 0.0.0.0. Fuck you.
echo START hotfix
echo '#!/bin/sh' > /usr/bin/xcopy &&
chmod +x /usr/bin/xcopy &&
nuget-download-package Microsoft.Azure.Cosmos.Table 1.0.6 ~/nuget-local-repo &&
rm -r ~/nuget-local-repo/microsoft.azure.cosmos.table/2.* ||
exit $?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment