修改自动发布配置文件

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