You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Addins folder incorrectly contains version 130.3485.1.
This scenario plays out when you commit the packages.config folder to source control, but not the packages themselves. When one developer updates packages.config, all the other developers continue to use the old version of the package.
The text was updated successfully, but these errors were encountered:
@xclayl the advice going forward is likely to be to NOT use the packages.config files. Rather, define your tools/addins via the pre-processor directive. This gives much greater flexibility (i.e. you can define different sources for different packages), and also will cover things like dependencies, etc.
Start with this packages.config file:
run build.ps1 and it'll download the package.
Update packages.config with the new version:
and run build.ps1.
The Addins folder incorrectly contains version 130.3485.1.
This scenario plays out when you commit the packages.config folder to source control, but not the packages themselves. When one developer updates packages.config, all the other developers continue to use the old version of the package.
The text was updated successfully, but these errors were encountered: