Skip to content

Instantly share code, notes, and snippets.

@fraga
Forked from Bigjono/gist:5917578
Created July 9, 2013 11:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fraga/5956607 to your computer and use it in GitHub Desktop.
Save fraga/5956607 to your computer and use it in GitHub Desktop.
Open .gitignore
add the following line
!packages/Microsoft.Bcl.Build*/tools/Microsoft.Bcl.Build.targets
save changes and commit
open up git bash for your repo
git add C:/pathtoyoursolution/packages/Microsoft.Bcl.Build.1.0.7/tools/Microsoft.Bcl.Build.targets -f
** replace the version number 1.0.7 with your current version number of bcl build
commit changes
good to go
@pedropombeiro
Copy link

@pedropombeiro
Copy link

From the 3 suggested workarounds, I would recommend checking in the targets file.

@jbialobr
Copy link

jbialobr commented Jul 9, 2013

I don't understand what is going on here. Could you explain me it?

@jbialobr
Copy link

jbialobr commented Jul 9, 2013

@jbialobr
Copy link

jbialobr commented Jul 9, 2013

From the 3 suggested workarounds, I would recommend checking in the targets file.

Ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment