显示指定缓存发布尝试

IRC_NewDev
hang 2023-08-10 11:52:33 +08:00
parent 6be7f3e81b
commit 8d8f9c166e
1 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,10 @@ steps:
- name: publish-test-study
commands:
- Start-Process "C:\CICD\Test.Study\netcore_Publish.bat" -Wait
- cd C:\CICD\Test.Study\netcore_repo
- dotnet restore .\IRaCIS.Core.API\IRaCIS.Core.API.csproj --packages C:\Users\Administrator\.nuget\packages
- dotnet publish .\IRaCIS.Core.API\IRaCIS.Core.API.csproj -c Release --no-restore --packages C:\Users\Administrator\.nuget\packages -o D:\Develop\Test_Study_PublishSite\IRaCIS.NetCore.API
- Start-Service -Name "Test_Study_API"
trigger:
branch: