Update azure-pipelines.yml for Azure Pipelines

master
Jeffrey Su 1 week ago
parent 95f23a1ffb
commit 5767ef374f

@ -850,6 +850,28 @@ steps:
continueOnError: true
condition: succeededOrFailed()
- task: NuGetCommand@2
displayName: Senparc.Xncf.SenMapic
inputs:
command: push
packagesToPush: '**/Senparc.Xncf.SenMapic.*.nupkg'
nuGetFeedType: external
publishFeedCredentials: 'nuget-jeffrey-full-key'
arguments: '-skipDuplicate'
continueOnError: true
condition: succeededOrFailed()
- task: NuGetCommand@2
displayName: 'Senparc.Xncf.SenMapic - Symbol'
inputs:
command: push
packagesToPush: '**/Senparc.Xncf.SenMapic.*.snupkg;'
nuGetFeedType: external
publishFeedCredentials: 'nuget-jeffrey-full-key'
arguments: '-skipDuplicate'
continueOnError: true
condition: succeededOrFailed()
- task: NuGetCommand@2
displayName: Senparc.Ncf.UnitTestExtension
inputs:
@ -872,6 +894,8 @@ steps:
continueOnError: true
condition: succeededOrFailed()
# 系统模块 结束
- task: DotNetCoreCLI@2
displayName: Publish

Loading…
Cancel
Save