bat 执行一部分 测试时间

Uat_Study
hang 2023-08-10 11:36:28 +08:00
parent 0a398bd712
commit d81fee17ba
1 changed files with 4 additions and 0 deletions

View File

@ -65,7 +65,11 @@ server:
steps:
- name: publish-test-study
commands:
#拉取代码 并停止服务
- Start-Process "C:\CICD\Test.Study\netcore_Publish.bat" -Wait
- cd C:\CICD\Test.Study\netcore_repo
- dotnet publish .\IRaCIS.Core.API\IRaCIS.Core.API.csproj -o D:\Develop\Test_Study_PublishSite\IRaCIS.NetCore.API
- Start-Service -Name "Test_Study_API"
trigger:
branch: