dev*_*969 3 tfs visual-studio-2017
我见过很少的网络帖子和解决方案,但似乎没有用。我想念明显的东西吗?这就是我所拥有的
在解决方案级别而不是程序包所在的位置,我有一个文件夹,如下图所示
.tfignore包含以下内容
# Ignore NuGet Packages
*.nupkg
# Ignore the NuGet packages folder in the root of the repository. If needed, prefix 'packages'
# with additional folder names if it's not in the same folder as .tfignore.
packages
# Omit temporary files
project.lock.json
project.assets.json
*.nuget.props
Run Code Online (Sandbox Code Playgroud)
nuget.config.xml包含
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
</configuration>
Run Code Online (Sandbox Code Playgroud)
当我尝试在Visual Studio 2017中签入项目时,它仍显示所有包。
有人可以帮我解决我做错的事情吗?
谢谢
| 归档时间: |
|
| 查看次数: |
3010 次 |
| 最近记录: |