File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <packages >
3+ <package id =" Newtonsoft.Json" version =" 11.0.2" targetFramework =" net461" />
4+ </packages >
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ deploy:
4141 platform : Any CPU
4242 appveyor_repo_tag : true # deploy on tag push only
4343
44+ cache :
45+ - packages -> **\packages.config
4446
4547build :
4648 project : C:/projects/dependencies/Dependencies.sln
@@ -57,6 +59,9 @@ before_build:
5759 &secure-file/tools/secure-file -decrypt "C:/projects/dependencies/DependenciesAppx/DependenciesAppx_TemporaryKey.pfx.enc" -secret "$($env:certsecret)" -out "C:/projects/dependencies/DependenciesAppx/DependenciesAppx_TemporaryKey.pfx";
5860 }
5961
62+ # download all the necessary packages
63+ nuget restore
64+
6065after_test :
6166 - ps : |
6267 if ( $($env:platform) -eq "Any CPU") {
You can’t perform that action at this time.
0 commit comments