bat 执行一部分 测试时间
parent
0a398bd712
commit
d81fee17ba
|
@ -65,7 +65,11 @@ server:
|
||||||
steps:
|
steps:
|
||||||
- name: publish-test-study
|
- name: publish-test-study
|
||||||
commands:
|
commands:
|
||||||
|
#拉取代码 并停止服务
|
||||||
- Start-Process "C:\CICD\Test.Study\netcore_Publish.bat" -Wait
|
- 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:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
|
Loading…
Reference in New Issue