tfs2013 - How to ignore wwwroot/lib in TFS 2013 using VS15RC and ASP.NET5? -
problem
by accident, wwwroot/lib added our tfs13 server when created asp.net5 application.
realizing happened, deleted solution , committed change. removed wwwroot/lib directory tfs13 server. yay! right? well, put .tfignore in our project root file demoapp/src/demoapp/.tfignore
. in file added line wwwroot\lib
.
however, everytime make change application, wants add wwwroot\lib
tfs. it's frustrating because have more location of .tfignore around. have made our workspace local , tried pending changes trick autogenerate tfingore file according msdn documents.
in short, wwwroot\lib
keeps trying come more tenacity michael myers in halloween. if else has run problem, please let know. have tried bing, google-fu, stackoverflow, , .net experts. stumped of us.
this known issue. tfignore should work once aspnet team addresses it.
Comments
Post a Comment