Skip to content

Commit 0e605fd

Browse files
committed
Revert "Fix signing (dotnet#16917)"
This reverts commit 870e1c9.
1 parent 870e1c9 commit 0e605fd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

azure-pipelines-PR.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,13 @@ stages:
110110
demands: ImageOverride -equals windows.vs2022.amd64
111111
timeoutInMinutes: 300
112112
variables:
113+
- group: DotNet-Blob-Feed
113114
- group: DotNet-Symbol-Server-Pats
114115
- group: DotNet-DevDiv-Insertion-Workflow-Variables
115116
- name: _SignType
116117
value: Real
118+
- name: _DotNetPublishToBlobFeed
119+
value: true
117120
steps:
118121
- checkout: self
119122
clean: true
@@ -127,6 +130,9 @@ stages:
127130
/p:MicroBuild_SigningEnabled=true
128131
/p:OverridePackageSource=https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json
129132
/p:TeamName=$(_TeamName)
133+
/p:DotNetPublishBlobFeedKey=$(dotnetfeed-storage-access-key-1)
134+
/p:DotNetPublishBlobFeedUrl=https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json
135+
/p:DotNetPublishToBlobFeed=true
130136
/p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines)
131137
/p:DotNetArtifactsCategory=$(_DotNetArtifactsCategory)
132138
/p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat)
@@ -138,8 +144,6 @@ stages:
138144
NativeToolsOnMachine: true
139145
- script: .\tests\EndToEndBuildTests\EndToEndBuildTests.cmd -c $(_BuildConfig)
140146
displayName: End to end build tests
141-
continueOnError: true
142-
condition: always()
143147
- task: PublishTestResults@2
144148
displayName: Publish Test Results
145149
inputs:

0 commit comments

Comments
 (0)