Skip to content

Commit 0297608

Browse files
authored
Remove unneeded publish args (#56214)
1 parent bedac1e commit 0297608

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.azure/pipelines/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,8 @@ variables:
2323
value: true
2424
- name: _TeamName
2525
value: AspNetCore
26-
- name: _DotNetPublishToBlobFeed
27-
value: true
2826
- name: _PublishUsingPipelines
2927
value: true
30-
- name: _DotNetArtifactsCategory
31-
value: .NETCORE
3228
- name: _DotNetValidationArtifactsCategory
3329
value: .NETCORE
3430
- name: PostBuildSign
@@ -47,11 +43,7 @@ variables:
4743
- name: _PublishArgs
4844
value: /p:Publish=true
4945
/p:GenerateChecksums=true
50-
/p:DotNetPublishBlobFeedKey=$(dotnetfeed-storage-access-key-1)
51-
/p:DotNetPublishBlobFeedUrl=https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json
52-
/p:DotNetPublishToBlobFeed=$(_DotNetPublishToBlobFeed)
5346
/p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines)
54-
/p:DotNetArtifactsCategory=$(_DotNetArtifactsCategory)
5547
# Do not log most Windows steps in official builds; this is the slowest job. Site extensions step always logs.
5648
- name: WindowsArm64LogArgs
5749
value: -ExcludeCIBinaryLog

0 commit comments

Comments
 (0)