增加Test.IRC发布配置

Uat_Study
hang 2023-08-10 10:56:39 +08:00
parent a7d41772f7
commit 0a398bd712
1 changed files with 31 additions and 2 deletions

View File

@ -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