diff --git a/msbuild/NuGet.exe b/msbuild/NuGet.exe index 9ca6659..ec1309c 100644 Binary files a/msbuild/NuGet.exe and b/msbuild/NuGet.exe differ diff --git a/msbuild/_MakeSetup_Pack.bat b/msbuild/_MakeSetup_Pack.bat index 725b833..dfefff5 100644 --- a/msbuild/_MakeSetup_Pack.bat +++ b/msbuild/_MakeSetup_Pack.bat @@ -1,3 +1,3 @@ -@echo Deleting al package files >> Output\Makesetup.log +@echo Deleting all package files >> Output\Makesetup.log del /q Output\*.nupkg >> Output\Makesetup.log nuget pack EFCore.Jet.nuspec -version %VERSION% -OutputDirectory Output >> Output\Makesetup.log diff --git a/msbuild/_MakeSetup_Push.bat b/msbuild/_MakeSetup_Push.bat index fc41e36..b778395 100644 --- a/msbuild/_MakeSetup_Push.bat +++ b/msbuild/_MakeSetup_Push.bat @@ -1,4 +1,4 @@ @echo Press enter to upload nuget files @pause -SET PARAMETERS= -Verbosity detail +SET PARAMETERS= -Verbosity detail -Source https://www.nuget.org/api/v2/package/ FOR %%F IN (output\*.nupkg) DO nuget push %%F %PARAMETERS% >> output\Makesetup.log \ No newline at end of file