Skip to content

Commit dcdff87

Browse files
committed
解决冲突
2 parents 10469a7 + e9e9262 commit dcdff87

File tree

1 file changed

+33
-13
lines changed

1 file changed

+33
-13
lines changed

azure-pipelines.yml

+33-13
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ variables:
1818

1919
steps:
2020

21-
- task: UseDotNet@2
22-
displayName: 'Use .NET SDK 8'
23-
inputs:
24-
version: '8.x'
25-
packageType: 'sdk'
26-
performMultiLevelLookup: true
27-
includePreviewVersions: true
21+
# - task: UseDotNet@2
22+
# displayName: 'Use .NET SDK 8'
23+
# inputs:
24+
# version: '8.x'
25+
# packageType: 'sdk'
26+
# performMultiLevelLookup: true
27+
# includePreviewVersions: true
2828

2929
- task: DotNetCoreCLI@2
3030
displayName: 'dotnet --list-sdks '
@@ -33,11 +33,11 @@ steps:
3333
custom: '--list-sdks '
3434

3535

36-
- task: NuGetToolInstaller@1
37-
displayName: 'Use NuGet 6.3.0'
38-
inputs:
39-
versionSpec: '6.3.0'
40-
checkLatest: true
36+
# - task: NuGetToolInstaller@1
37+
# displayName: 'Use NuGet 6.3.0'
38+
# inputs:
39+
# versionSpec: '6.3.0'
40+
# checkLatest: true
4141

4242

4343
- task: NuGetCommand@2
@@ -95,7 +95,27 @@ steps:
9595
continueOnError: true
9696
condition: succeededOrFailed()
9797

98-
# 系统模块 结束
98+
- task: NuGetCommand@2
99+
displayName: Senparc.AI.Agents -V0
100+
inputs:
101+
command: push
102+
packagesToPush: '**/Senparc.AI.Agents.*.nupkg'
103+
nuGetFeedType: external
104+
publishFeedCredentials: 'nuget-jeffrey-full-key'
105+
continueOnError: true
106+
condition: succeededOrFailed()
107+
108+
- task: NuGetCommand@2
109+
displayName: 'Senparc.AI.Agents -V0 - Symbol'
110+
inputs:
111+
command: push
112+
packagesToPush: '**/Senparc.AI.Agents.*.snupkg'
113+
nuGetFeedType: external
114+
publishFeedCredentials: 'nuget-jeffrey-full-key'
115+
continueOnError: true
116+
condition: succeededOrFailed()
117+
118+
# 系统模块 结束
99119

100120
- task: DotNetCoreCLI@2
101121
displayName: Publish

0 commit comments

Comments
 (0)