修改自动发布配置文件
parent
ce3bfaeb5c
commit
133120e8c0
|
@ -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
|
Loading…
Reference in New Issue