Skip to content

Commit 870e1c9

Browse files
authored
Fix signing (dotnet#16917)
1 parent 1ff8816 commit 870e1c9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

azure-pipelines-PR.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,10 @@ stages:
110110
demands: ImageOverride -equals windows.vs2022.amd64
111111
timeoutInMinutes: 300
112112
variables:
113-
- group: DotNet-Blob-Feed
114113
- group: DotNet-Symbol-Server-Pats
115114
- group: DotNet-DevDiv-Insertion-Workflow-Variables
116115
- name: _SignType
117116
value: Real
118-
- name: _DotNetPublishToBlobFeed
119-
value: true
120117
steps:
121118
- checkout: self
122119
clean: true
@@ -130,9 +127,6 @@ stages:
130127
/p:MicroBuild_SigningEnabled=true
131128
/p:OverridePackageSource=https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json
132129
/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
136130
/p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines)
137131
/p:DotNetArtifactsCategory=$(_DotNetArtifactsCategory)
138132
/p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat)
@@ -144,6 +138,8 @@ stages:
144138
NativeToolsOnMachine: true
145139
- script: .\tests\EndToEndBuildTests\EndToEndBuildTests.cmd -c $(_BuildConfig)
146140
displayName: End to end build tests
141+
continueOnError: true
142+
condition: always()
147143
- task: PublishTestResults@2
148144
displayName: Publish Test Results
149145
inputs:

0 commit comments

Comments
 (0)