Don't restore for vsix on xplat

This commit is contained in:
Pranav K 2017-02-01 17:13:01 -08:00
parent c49d7b8c27
commit 74beba7a63
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ var FULL_VERSION='0.1'
use-standard-lifecycle
k-standard-goals
#restore-nuget-packages target='initialize'
#restore-nuget-packages target='initialize' if='!IsLinux'
exec program='${Path.Combine(Directory.GetCurrentDirectory(), ".build", "nuget.exe")}' commandline='restore'
#build-vsix-core