華為devcloud 自動構建和發布dotcore

2022-02-08 20:17:08 字數 1954 閱讀 6614

託管**建立乙個倉庫 並提交專案**

然後建立乙個編譯構建 

構建步驟選擇 msbuild構建  工具版本選擇最新版

powershell 命令:我這裡直接複製資料夾不行,所以 執行powershell -command cp -force -r   有多少個程式集新增多少個  ,最後打包成檔案 archive.zip

dotnet publish -c release -o out

mkdir ./tmp

powershell -command cp -force -r ./src/project.common/out/* ./tmp/

powershell -command cp -force -r ./src/project.models/out/* ./tmp/

powershell -command cp -force -r ./src/project.dal/out/* ./tmp/

powershell -command cp -force -r ./project.job.core/out/* ./tmp/

powershell -command cp -force -r ./src/project.rest.core/out/* ./tmp/

powershell -command cp -force -r ./src/project.mvc.core/out/* ./tmp/

powershell -command cp -force -r ./project.job.task/out/* ./tmp/

powershell -command cp -force -r ./src/project.component/out/* ./tmp/

powershell -command cp -force -r ./src/project.rest/out/* ./tmp/

powershell -command compress-archive -path ./tmp/* -destinationpath ./archive.zip

然後建立執行計畫

儲存資訊 執行首次構建

下一步部署 新建乙個任務

新增步驟

關閉連線池 和iis 站點,,不然發布會失敗,也不能只關iis站點,

powershell命令:

刪除檔案會把config 資料夾也刪除,因為這個不是正式環境的配置,正式環境單獨存放config 配置,在下一部操作拷貝回專案路徑

配置完成測試發布

vue獨立構建和執行構建

概念 有兩種構建方式,獨立構建和執行構建。它們的區別在於前者包含模板編譯器而後者不包含。模板編譯器 模板編譯器的職責是將模板字串編譯為純 j ascript 的渲染函式。如果你想要在元件中使用template選項,你就需要編譯器。模板字串 template el 提供乙個在頁面上已存在的 dom 元...

vue element admin專案構建和發布

如果你的資料不是模擬的,則需要將 src main.js中的以下 注釋掉 import from mock if process.env.node env production 將以上 注釋掉 然後對根目錄中名為.env.production的配置檔案做以下修改 base api prod api ...

構建和執行Xcode專案

在本章中,我們將學習如何 在mac machine上構建和執行xcode專案 為此,我們需要執行以下步驟 從先決條件 os版本 xcode 5或更高版本的 mac版本應該是10.7 2 real ios裝置與mac連線。2 單擊 開啟另乙個專案 3 導航到safarilauncher 它將開啟提到的...