diff --git a/pythonnet/.nuget/NuGet.Config b/pythonnet/.nuget/NuGet.Config deleted file mode 100644 index 67f8ea046..000000000 --- a/pythonnet/.nuget/NuGet.Config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/pythonnet/.nuget/NuGet.exe b/pythonnet/.nuget/NuGet.exe deleted file mode 100644 index 8f6134029..000000000 Binary files a/pythonnet/.nuget/NuGet.exe and /dev/null differ diff --git a/pythonnet/.nuget/NuGet.targets b/pythonnet/.nuget/NuGet.targets deleted file mode 100644 index 83fe90601..000000000 --- a/pythonnet/.nuget/NuGet.targets +++ /dev/null @@ -1,136 +0,0 @@ - - - - $(MSBuildProjectDirectory)\..\ - - - false - - - false - - - true - - - false - - - - - - - - - - - $([System.IO.Path]::Combine($(SolutionDir), ".nuget")) - $([System.IO.Path]::Combine($(ProjectDir), "packages.config")) - - - - - $(SolutionDir).nuget - packages.config - - - - - $(NuGetToolsPath)\NuGet.exe - @(PackageSource) - - "$(NuGetExePath)" - mono --runtime=v4.0.30319 $(NuGetExePath) - - $(TargetDir.Trim('\\')) - - -RequireConsent - -NonInteractive - - "$(SolutionDir) " - "$(SolutionDir)" - - - $(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDir $(PaddedSolutionDir) - $(NuGetCommand) pack "$(ProjectPath)" -Properties "Configuration=$(Configuration);Platform=$(Platform)" $(NonInteractiveSwitch) -OutputDirectory "$(PackageOutputDir)" -symbols - - - - RestorePackages; - $(BuildDependsOn); - - - - - $(BuildDependsOn); - BuildPackage; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/pythonnet/setup.py b/pythonnet/setup.py index d91951141..925022324 100644 --- a/pythonnet/setup.py +++ b/pythonnet/setup.py @@ -95,7 +95,6 @@ def build_extension(self, ext): "/p:Platform=%s" % _platform, "/p:DefineConstants=\"%s\"" % _defines_sep.join(defines), "/p:PythonBuildDir=%s" % os.path.abspath(dest_dir), - "/p:NoNuGet=true", "/verbosity:%s" % VERBOSITY, ] diff --git a/pythonnet/src/clrmodule/clrmodule.csproj b/pythonnet/src/clrmodule/clrmodule.csproj index 3254edd52..9ac5aac77 100644 --- a/pythonnet/src/clrmodule/clrmodule.csproj +++ b/pythonnet/src/clrmodule/clrmodule.csproj @@ -119,7 +119,6 @@ - diff --git a/pythonnet/src/embed_tests/Python.EmbeddingTest.csproj b/pythonnet/src/embed_tests/Python.EmbeddingTest.csproj index acd7e2591..6a1752783 100644 --- a/pythonnet/src/embed_tests/Python.EmbeddingTest.csproj +++ b/pythonnet/src/embed_tests/Python.EmbeddingTest.csproj @@ -169,7 +169,6 @@ - diff --git a/pythonnet/tools/nuget/nuget.exe b/pythonnet/tools/nuget/nuget.exe new file mode 100644 index 000000000..9cba6edbf Binary files /dev/null and b/pythonnet/tools/nuget/nuget.exe differ