File tree Expand file tree Collapse file tree
src/Microsoft.DotNet.Arcade.Sdk/tools/SdkTasks Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
Original file line number Diff line number Diff line change 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.
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 -->
107107 <ItemGroup >
108108 <PackageReference Include =" Microsoft.SymbolUploader.Build.Task" Version =" $(MicrosoftSymbolUploaderBuildTaskVersion)" />
109109 </ItemGroup >
110- </Project >
110+ </Project >
You can’t perform that action at this time.
0 commit comments