1 Star 0 Fork 0

Ewindiors/eShopModernizing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.cmd 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
eiximenis 提交于 2018-04-24 11:46 . renaming
@echo  Creating the 'deploy' folder tree
@echo  Building MVC project...
nuget restore eShopModernizedMVCSolution\eShopModernizedMVC.sln
msbuild eShopModernizedMVCSolution\src\eShopModernizedMVC\eShopModernizedMVC.csproj /nologo /p:PublishProfile=FolderProfile.pubxml /p:DeployOnBuild=true /p:docker_publish_root=..\..\..\deploy\mvc\
@echo  Building Webforms project...
nuget restore eShopModernizedWebFormsSolution\eShopModernizedWebForms.sln
msbuild eShopModernizedWebFormsSolution\src\eShopModernizedWebForms\eShopModernizedWebForms.csproj /nologo /p:PublishProfile=FolderProfile.pubxml /p:DeployOnBuild=true /p:docker_publish_root=..\..\..\deploy\webforms\
@echo  Building WCF project...
nuget restore eShopModernizedNTier\eShopModernizedNTier.sln
msbuild eShopModernizedNTier\src\eShopWCFService\eShopWCFService.csproj /nologo /p:PublishProfile=FolderProfile.pubxml /p:DeployOnBuild=true /p:docker_publish_root=..\..\..\deploy\wcf\
@echo  Copying Dockerfiles to deploy folder
@copy /Y eShopModernizedNTier\src\eShopWCFService\Dockerfile deploy\wcf\
@copy /Y eShopModernizedMVCSolution\src\eShopModernizedMVC\Dockerfile deploy\mvc
@copy /Y eShopModernizedWebFormsSolution\src\eShopModernizedWebForms\Dockerfile deploy\webforms
@echo  Building docker images... 
docker-compose -f docker-compose.yml -f docker-compose.override.yml build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ewindiors/eShopModernizing.git
[email protected]:ewindiors/eShopModernizing.git
ewindiors
eShopModernizing
eShopModernizing
master

搜索帮助