wsp-10323 Сonvert the VSP provider into one utilizing PowerShell - Step 1.
This commit is contained in:
parent
d9d41827f6
commit
fe0aee862c
1 changed files with 2 additions and 2 deletions
|
@ -97,9 +97,9 @@
|
|||
<Exec Command="$(RestoreCommand)"
|
||||
Condition="'$(OS)' != 'Windows_NT' And Exists('$(PackagesConfig)')" />
|
||||
|
||||
<!--<Exec Command="$(RestoreCommand)"
|
||||
<Exec Command="$(RestoreCommand)"
|
||||
LogStandardErrorAsError="true"
|
||||
Condition="'$(OS)' == 'Windows_NT' And Exists('$(PackagesConfig)')" />-->
|
||||
Condition="'$(OS)' == 'Windows_NT' And Exists('$(PackagesConfig)')" />
|
||||
</Target>
|
||||
|
||||
<Target Name="BuildPackage" DependsOnTargets="CheckPrerequisites">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue