修改自动发布配置文件

Uat_Study
hang 2023-08-09 18:05:48 +08:00
parent ce3bfaeb5c
commit 133120e8c0
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
kind: pipeline
type: docker
name: dotnet-core-app-test-study
name: irc-netcore-api
steps:
- name: docker-build
@ -41,14 +41,14 @@ volumes:
trigger:
branch:
- Test.Study
- master
---
kind: pipeline
type: ssh
name: default
name: ssh-windows-publish
platform:
os: windows
@ -65,8 +65,8 @@ server:
steps:
- name: test
commands:
- Start-Process -FilePath "C:\Users\Administrator\Desktop\win.bat"
- Start-Process -FilePath "C:\CICD\Test.Study\netcore_Publish.bat"
trigger:
branch:
- master
- Test.Study