@@ -18,13 +18,13 @@ variables:
18
18
19
19
steps :
20
20
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
28
28
29
29
- task : DotNetCoreCLI@2
30
30
displayName : ' dotnet --list-sdks '
@@ -33,11 +33,11 @@ steps:
33
33
custom : ' --list-sdks '
34
34
35
35
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
41
41
42
42
43
43
- task : NuGetCommand@2
@@ -95,7 +95,27 @@ steps:
95
95
continueOnError : true
96
96
condition : succeededOrFailed()
97
97
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
+ # 系统模块 结束
99
119
100
120
- task : DotNetCoreCLI@2
101
121
displayName : Publish
0 commit comments