File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,8 @@ variables:
23
23
value : true
24
24
- name : _TeamName
25
25
value : AspNetCore
26
- - name : _DotNetPublishToBlobFeed
27
- value : true
28
26
- name : _PublishUsingPipelines
29
27
value : true
30
- - name : _DotNetArtifactsCategory
31
- value : .NETCORE
32
28
- name : _DotNetValidationArtifactsCategory
33
29
value : .NETCORE
34
30
- name : PostBuildSign
@@ -47,11 +43,7 @@ variables:
47
43
- name : _PublishArgs
48
44
value : /p:Publish=true
49
45
/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)
53
46
/p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines)
54
- /p:DotNetArtifactsCategory=$(_DotNetArtifactsCategory)
55
47
# Do not log most Windows steps in official builds; this is the slowest job. Site extensions step always logs.
56
48
- name : WindowsArm64LogArgs
57
49
value : -ExcludeCIBinaryLog
You can’t perform that action at this time.
0 commit comments