visual studio - Build Fails Missing File Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props -


i have brand new visual studio 2015 project stored in tfs git repo. i've configured build using standard default git build template. new project builds locally fine, fails during tfs build following error:

this project references nuget package(s) missing on computer. use nuget package restore download them. more information, see http://go.microsoft.com/fwlink/?linkid=322105. missing file ..\packages\microsoft.codedom.providers.dotnetcompilerplatform.1.0.0\build\microsoft.codedom.providers.dotnetcompilerplatform.props. 

when tfs first creates git repository, includes default .gitignore file "hides" files your (pending) changes window. 1 of wildcard based exclusions in default .gitignore file excludes files being checked in under folder includes "build/" includes specific file. now, i've commented out exclusion in file, , shows in (pending) changes window.

enter image description here


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

c# - MSDN OneNote Api: Navigate to never before opened page without opening a OneNote Application Window -