显示指定缓存发布尝试
parent
6be7f3e81b
commit
8d8f9c166e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue