增加Test.IRC发布配置
parent
a7d41772f7
commit
0a398bd712
|
@ -48,7 +48,7 @@ trigger:
|
|||
|
||||
kind: pipeline
|
||||
type: ssh
|
||||
name: ssh-windows-publish
|
||||
name: ssh-windows-test-study-publish
|
||||
|
||||
platform:
|
||||
os: windows
|
||||
|
@ -69,4 +69,33 @@ steps:
|
|||
|
||||
trigger:
|
||||
branch:
|
||||
- Test.Study
|
||||
- Test.Study
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
||||
kind: pipeline
|
||||
type: ssh
|
||||
name: ssh-windows-test-irc-publish
|
||||
|
||||
platform:
|
||||
os: windows
|
||||
arch: amd64
|
||||
|
||||
clone:
|
||||
disable: true #禁用默认克隆
|
||||
|
||||
server:
|
||||
host: 123.56.94.154
|
||||
user: Administrator
|
||||
password: WHxckj2019
|
||||
|
||||
steps:
|
||||
- name: publish-test-irc
|
||||
commands:
|
||||
- Start-Process "C:\CICD\Test.IRC\netcore_Publish.bat" -Wait
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- Test.IRC
|
Loading…
Reference in New Issue