msbuild updates

2.2-servicing
bubibubi 8 years ago
parent 854620f5b9
commit fb281dca1f

Binary file not shown.

@ -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

@ -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
Loading…
Cancel
Save