我对我的 MVC4 项目文件进行了一些更大的更改,其中包括添加一些 nuget 包。
目前,我所做的只是在 Visual Studio 中提交更改,启动 GIT bash,然后运行命令-> git push appharbor master。这似乎适用于不包括添加新包的较小更改。但是,我在我的项目中添加了新包。
如果我运行相同的命令,这会更新我添加的 nuget 包还是需要做更多?
另外,有没有办法检查这些软件包是否安装在 appharbor 上?
我对我的 MVC4 项目文件进行了一些更大的更改,其中包括添加一些 nuget 包。
目前,我所做的只是在 Visual Studio 中提交更改,启动 GIT bash,然后运行命令-> git push appharbor master。这似乎适用于不包括添加新包的较小更改。但是,我在我的项目中添加了新包。
如果我运行相同的命令,这会更新我添加的 nuget 包还是需要做更多?
另外,有没有办法检查这些软件包是否安装在 appharbor 上?
If you set your packages to create a local copy, then the package will be part of your project (most of the time it is located in project/packages). If you are committing this folder to your Appharbor repository then you should be able to use the same command to update any changes. If your site is not working in Appharbor then it could be that you have those file types as part of your .gitignore
file.