Skip to content

Commit

Permalink
add symbolic link to lower-case target files
Browse files Browse the repository at this point in the history
  • Loading branch information
friism committed Jul 27, 2013
1 parent 7196851 commit 22af907
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ if [ "${SLN}" != "" ]; then
mozroots --import --sync --quiet
yes | certmgr -ssl https://nuget.org

# Add symbolic link to deal with NuGet casing breakage
find `pwd` -name "NuGet.targets" -exec dirname {} \; | xargs -I {} ln -s {}/NuGet.targets {}/nuget.targets

BUILD_CACHE_LOCATION=${CACHE_DIR}/build/
mkdir -p ${BUILD_CACHE_LOCATION}

Expand Down

0 comments on commit 22af907

Please sign in to comment.