@ -255,11 +267,11 @@ function CheckSymbolsAvailable {
if($TotalFailures-gt0-or$DupedSymbols-gt0){
if($TotalFailures-gt0){
Write-PipelineTelemetryError-Category'CheckSymbols'-Message"Symbols missing for $TotalFailures packages"
Write-PipelineTelemetryError-Category'CheckSymbols'-Message"Symbols missing for $TotalFailures/$TotalPackages packages"
}
if($DupedSymbols-gt0){
Write-PipelineTelemetryError-Category'CheckSymbols'-Message"$DupedSymbols packages had duplicated symbol files"
Write-PipelineTelemetryError-Category'CheckSymbols'-Message"$DupedSymbols/$TotalPackages packages had duplicated symbol files and could not be extracted"
- script:echo "##vso[task.logissue type=warning]Going forward, v2 Arcade publishing is no longer supported. Please read https://github.com/dotnet/arcade/blob/main/Documentation/CorePackages/Publishing.md for details, then contact dnceng if you have further questions."
displayName:Warn about v2 Arcade Publishing Usage
# This is necessary whenever we want to publish/restore to an AzDO private feed
- task:NuGetAuthenticate@0
displayName:'Authenticate to AzDO Feeds'
@ -110,6 +113,9 @@ stages:
pool:
vmImage:'windows-2019'
steps:
- script:echo "##vso[task.logissue type=warning]Going forward, v2 Arcade publishing is no longer supported. Please read https://github.com/dotnet/arcade/blob/main/Documentation/CorePackages/Publishing.md for details, then contact dnceng if you have further questions."
- script:echo "##vso[task.logissue type=warning]Going forward, v2 Arcade publishing is no longer supported. Please read https://github.com/dotnet/arcade/blob/main/Documentation/CorePackages/Publishing.md for details, then contact dnceng if you have further questions."
displayName:Warn about v2 Arcade Publishing Usage
- task:DownloadBuildArtifacts@0
displayName:Download Build Assets
continueOnError:true
@ -109,6 +112,9 @@ stages:
pool:
vmImage:'windows-2019'
steps:
- script:echo "##vso[task.logissue type=warning]Going forward, v2 Arcade publishing is no longer supported. Please read https://github.com/dotnet/arcade/blob/main/Documentation/CorePackages/Publishing.md for details, then contact dnceng if you have further questions."