1
0
Форкнуть 0

Added NuGet.exe and updated dirs.proj to clean out all existing NuGet packages before restoring packages.

This commit is contained in:
David Duffy 2016-06-22 12:21:23 -07:00
Родитель b50fe58ba9
Коммит 6dfdd41e8b
2 изменённых файлов: 1 добавлений и 0 удалений

Двоичные данные
NuGet.exe Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -97,6 +97,7 @@
</Target>
<Target Name="Build" DependsOnTargets="CheckBuildParameters;DownloadCLI">
<Exec Command=".\nuget.exe locals all -clear" ContinueOnError="ErrorAndStop" />
<Exec Command='"$(CliToolsPath)\dotnet.exe" restore $(ProjectToBuild)' ContinueOnError="ErrorAndStop" />
<Exec Command='"$(CliToolsPath)\dotnet.exe" build $(ProjectToBuild) -c $(Configuration)' ContinueOnError="ErrorAndStop" />
</Target>