Skip to content

Commit

Permalink
dev auto updater
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyl18 committed Dec 8, 2018
1 parent 6cd4377 commit 8fd0141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TRKS.WF.QQBot/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Task DonwloadPackages -depends Init -Description "下载 nuget 包到临时目
Task Nuget -depends Init -Description "nuget restore" {
Exec {
cmd /c """$nugetexe"" restore -PackagesDirectory ""$rootNow\..\packages"""
cmd /c """$nugetexe"" restore ..\AutoUpdater\packages.config -PackagesDirectory ""$rootNow\..\packages"""
}
}

Expand Down

0 comments on commit 8fd0141

Please sign in to comment.