Added NuGet.exe and updated dirs.proj to clean out all existing NuGet packages before restoring packages.
This commit is contained in:
Родитель
b50fe58ba9
Коммит
6dfdd41e8b
Двоичный файл не отображается.
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче