Skip to content

Commit ca93bd3

Browse files
author
Jakub Stilec
committed
updated
1 parent bb58680 commit ca93bd3

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,5 @@ stages:
269269
-TsaRepositoryName "Arcade"
270270
-TsaCodebaseName "Arcade"
271271
-TsaPublish $True
272-
-PoliCheckAdditionalRunConfigParams @("UserExclusionPath < $(Build.SourcesDirectory)/eng/PoliCheckExclusions.xml")'
272+
-PoliCheckAdditionalRunConfigParams @("UserExclusionPath < $(Build.SourcesDirectory)/eng/PoliCheckExclusions.xml")'
273+

src/Microsoft.DotNet.Arcade.Sdk/tools/SdkTasks/PublishToSymbolServers.proj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
22
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="Execute">
33
<!--
4-
This MSBuild file is intended to be used as the body of the default
4+
This MSBuild file is intended to be used as the body of the default
55
publishing release pipeline. The release pipeline will use this file
66
to invoke the PublishSymbols tasks to publish symbols to MSDL and SymWeb.
7-
7+
88
Parameters:
9-
9+
1010
- PDBArtifactsDirectory : Full path to directory containing PDB files to be published and (optionally) DLLs matching these PDBs
1111
- BlobBasePath : Full path containing *.symbols.nupkg packages to be published.
1212
- DotNetSymbolServerTokenMsdl : PAT to access MSDL.
@@ -79,8 +79,8 @@
7979
<SymbolServerTargets Include="https://microsoftpublicsymbols.artifacts.visualstudio.com/DefaultCollection" Condition="$(PublishToMSDL)">
8080
<PersonalAccessToken>$(DotNetSymbolServerTokenMsdl)</PersonalAccessToken>
8181
</SymbolServerTargets>
82-
<!--
83-
Symbol Uploader: SymWeb
82+
<!--
83+
Symbol Uploader: SymWeb
8484
Watson, VS insertion testings and the typical internal dev usage require SymWeb.
8585
Currently we need to call the task twice (https://github.com/dotnet/core-eng/issues/3489).
8686
-->
@@ -107,4 +107,4 @@
107107
<ItemGroup>
108108
<PackageReference Include="Microsoft.SymbolUploader.Build.Task" Version="$(MicrosoftSymbolUploaderBuildTaskVersion)" />
109109
</ItemGroup>
110-
</Project>
110+
</Project>

0 commit comments

Comments
 (0)