1 Star 0 Fork 0

yp/NetSparkle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
NetSparklePackNuget.cmd 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
@echo off
echo Cleanup NuGet environment
rmdir /S /Q Nuget\core\lib
rmdir /S /Q Nuget\core\content
rmdir /S /Q Nuget\core\tools
del \q Nuget\core\*.nupkg
rmdir /S /Q Nuget\tools\lib
rmdir /S /Q Nuget\tools\content
rmdir /S /Q Nuget\tools\tools
del \q Nuget\tools\*.nupkg
echo Create NuGet tree for core
mkdir Nuget\core\lib
mkdir Nuget\core\content
mkdir Nuget\core\tools
echo Create NuGet tree for tools
mkdir Nuget\tools\lib
mkdir Nuget\tools\content
mkdir Nuget\tools\content\Extras
mkdir Nuget\tools\tools
echo Copy Core Buildoutput to Nuget dir
xcopy /s /q NetSparkle\Release\lib\net40-full\* Nuget\core\lib\net40-full\
del /q Nuget\core\lib\net40-full\*.pdb
echo Copy Tools Buildoutput to Nuget dir
xcopy /s /q /y NetSparkleChecker\bin\Release\* Nuget\tools\tools\
xcopy /s /q /y NetSparkleDSAHelper\bin\Release Nuget\tools\tools\
xcopy /s /q /y Extras\* Nuget\tools\content\Extras\
del /q Nuget\tools\tools\*.config
del /q Nuget\tools\tools\*.pdb
del /q Nuget\tools\tools\*.xml
del /q Nuget\tools\tools\*.manifest
del /q Nuget\tools\tools\*.vshost.*
echo Moving to release directory
cd Nuget
echo Packing core nuget package
cd core
..\nuget pack NetSparkle.nuspec -Version %1
cd ..
echo Packing tools nuget package
cd tools
..\nuget pack NetSparkle.Tools.nuspec -Version %1
cd ..
echo Pushing nuget package
rem nuget Push core\NetSparkle.%1.nupkg
rem nuget Push tools\NetSparkle.Tools.%1.nupkg
echo Leaving directories
cd ..
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hw_gate7/NetSparkle.git
git@gitee.com:hw_gate7/NetSparkle.git
hw_gate7
NetSparkle
NetSparkle
master

搜索帮助