File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -110,13 +110,10 @@ stages:
110
110
demands : ImageOverride -equals windows.vs2022.amd64
111
111
timeoutInMinutes : 300
112
112
variables :
113
- - group : DotNet-Blob-Feed
114
113
- group : DotNet-Symbol-Server-Pats
115
114
- group : DotNet-DevDiv-Insertion-Workflow-Variables
116
115
- name : _SignType
117
116
value : Real
118
- - name : _DotNetPublishToBlobFeed
119
- value : true
120
117
steps :
121
118
- checkout : self
122
119
clean : true
@@ -130,9 +127,6 @@ stages:
130
127
/p:MicroBuild_SigningEnabled=true
131
128
/p:OverridePackageSource=https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json
132
129
/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
136
130
/p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines)
137
131
/p:DotNetArtifactsCategory=$(_DotNetArtifactsCategory)
138
132
/p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat)
@@ -144,6 +138,8 @@ stages:
144
138
NativeToolsOnMachine : true
145
139
- script : .\tests\EndToEndBuildTests\EndToEndBuildTests.cmd -c $(_BuildConfig)
146
140
displayName : End to end build tests
141
+ continueOnError : true
142
+ condition : always()
147
143
- task : PublishTestResults@2
148
144
displayName : Publish Test Results
149
145
inputs :
You can’t perform that action at this time.
0 commit comments