Home
last modified time | relevance | path

Searched full:nuget (Results 1 – 25 of 32) sorted by relevance

12

/third_party/python/Tools/nuget/
Dmake_pkg.proj17 <Nuget Condition="$(Nuget) == ''">$(ExternalsDir)\windows-installer\nuget\nuget.exe</Nuget>
32 <PythonArguments>$(PythonArguments) --preset-nuget</PythonArguments>
36 …<NugetPackCommand>"$(Nuget)" pack "$(IntermediateOutputPath)pkg\python.nuspec" -BasePath "$(Interm…
37 …n="Exists('$(MSBuildThisFileDirectory)\$(OutputName).symbols.nuspec')">"$(Nuget)" pack "$(MSBuildT…
49 <Target Name="_NugetMissing" BeforeTargets="_Build" Condition="!Exists($(Nuget))">
50 …<Error Text="$(Nuget) could not be found. Either avoid specifying the property or update your exte…
/third_party/python/PCbuild/
Dfind_python.bat2 @rem Searches for python.exe and may download a private copy from nuget.
48 @set _Py_NUGET=%NUGET%
52 @if "%_Py_NUGET%"=="" (set _Py_NUGET=%_Py_EXTERNALS_DIR%\nuget.exe)
55 @echo Downloading nuget...
56 @rem NB: Must use single quotes around NUGET here, NOT double!
65 @if not "%_Py_Quiet%"=="1" @echo Installing Python via nuget...
68 …ERNALS_DIR%\pythonx86\tools\python.exe") & (set _Py_Python_Source=found on nuget.org) & goto :found
Dreadme.txt8 NuGet.
230 version of NuGet and use it to download the latest "pythonx86" package
/third_party/python/Tools/msi/
Dget_externals.bat8 if "%NUGET%"=="" (set NUGET=%EXTERNALS_DIR%\..\nuget.exe) variable
57 set binaries=%binaries% nuget
Dbuildrelease.bat68 if "%1" EQU "--skip-nuget" (set BUILDNUGET=) && shift && goto CheckOpts
207 echo Skipping Nuget package generation for ARM64 platform
209 …%MSBUILD% "%D%..\nuget\make_pkg.proj" /t:Build /p:Configuration=Release /p:Platform=%1 /p:OutputPa…
227 echo [--skip-build] [--skip-doc] [--skip-nuget] [--skip-zip] [--skip-pgo]
241 echo --skip-nuget Do not build Nuget packages
254 echo embeddable or Nuget packages.
/third_party/libsnd/.github/workflows/
Daction.yml192 - name: Setup NuGet Credentials
194 VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite'
198 `vcpkg fetch nuget | tail -n 1`
200 -source "https://nuget.pkg.github.com/libsndfile/index.json"
223 VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite'
/third_party/flatbuffers/tests/FlatBuffers.Test/
Dclean.sh9 [ -f nuget.exe ] && rm nuget.exe
/third_party/protobuf/csharp/
DREADME.md7 NuGet package. Just add the NuGet package to your VS project.
9 You will also want to install the `Google.Protobuf.Tools` NuGet package, which
Dbuild_packages.bat1 @rem Builds Google.Protobuf NuGet packages
Dbuild_tools.sh51 nuget pack Google.Protobuf.Tools.nuspec
DCHANGES.txt35 - Issue 56: NuGet package is noisy
81 - Issue 25: Added support for NuGet packages
/third_party/zlib/contrib/nuget/
Dnuget.sln6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nuget", "nuget.csproj", "{B1BD3984-EF8F-4E9D-9…
Dnuget.csproj11 …<PackageDescription>NuGet Package for consuming native builds of zlib into .NET without complexity…
/third_party/json/docs/mkdocs/docs/integration/
Dpackage_managers.md156 ## NuGet section in Package Managers
158NuGet](https://www.nuget.org), you can use the package [nlohmann.json](https://www.nuget.org/packa…
/third_party/skia/third_party/externals/brotli/csharp/
Dtranspile.sh11 if ! which nuget >/dev/null; then
69 nuget install NUnit -Version 3.6.1
70 nuget install NUnit.ConsoleRunner -Version 3.6.1
/third_party/python/PC/layout/support/
Doptions.py56 "nuget": {
57 "help": "nuget package",
/third_party/python/Doc/using/
Dwindows.rst41 :ref:`windows-nuget` are lightweight installations intended for continuous
387 .. _windows-nuget:
389 The nuget.org packages
394 The nuget.org package is a reduced size Python environment intended for use on
396 install of Python. While nuget is "the package manager for .NET", it also works
399 Visit `nuget.org <https://www.nuget.org/>`_ for the most up-to-date information
400 on using nuget. What follows is a summary that is sufficient for Python
403 The ``nuget.exe`` command line tool may be downloaded directly from
408 nuget.exe install python -ExcludeVersion -OutputDirectory .
409 nuget.exe install pythonx86 -ExcludeVersion -OutputDirectory .
[all …]
/third_party/flatbuffers/
DREADME.md73 1. C# - [nuget.org](https://www.nuget.org/packages/Google.FlatBuffers)
DCHANGELOG.md136 [official Nuget package](https://www.nuget.org/packages/Google.FlatBuffers)
/third_party/skia/third_party/externals/dawn/docs/
Ddebug_markers.md23 1. Click the download link on https://www.nuget.org/packages/WinPixEventRuntime
/third_party/flatbuffers/docs/source/
DCsharpUsage.md221 add `Newtonsoft.Json` nuget package to csproj. This requires explicitly setting
235 * NuGet package Dependency
/third_party/grpc/
DREADME.md27 * [C#](src/csharp): NuGet package `Grpc`
/third_party/typescript/lib/
DtypesMap.json17 "Office Nuget": {
/third_party/typescript/src/server/
DtypesMap.json17 "Office Nuget": {
/third_party/json/
DREADME.md1343NuGet](https://www.nuget.org), you can use the package [nlohmann.json](https://www.nuget.org/packa…
1584 165. [Hani](https://github.com/hnkb) documented how to install the library with NuGet.

12