Skip to content

Commit

Permalink
Merge pull request #1933 from microsoft/staging
Browse files Browse the repository at this point in the history
Release - 11/21/23 - 2
  • Loading branch information
EricJohnson327 authored Nov 20, 2023
2 parents d2c27d5 + ce99607 commit cc6914e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 15 deletions.
7 changes: 5 additions & 2 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,11 @@ extends:
- task: PublishSymbols@2
displayName: Publish Symbols
inputs:
SearchPattern: '**/bin/**/*.pdb'
IndexSources: false
SearchPattern: >-
$(Build.SourcesDirectory)\**\bin\**\*.pdb
$(Build.SourcesDirectory)\**\obj\**\*.r2r.ni.pdb
IndexSources: true
SymbolServerType: TeamServices
SymbolsProduct: DevHome

Expand Down
Original file line number Diff line number Diff line change
@@ -1,35 +1,42 @@
{
"ProductIds": ["9NZCC27PR6N6", "9N8MHTPHNGVV"],
"Products":
[
"ProductIds": [ "9NZCC27PR6N6", "9N8MHTPHNGVV", "9MV8F79FGXTR" ],
"Products": [
{
"LocalizedProperties":
[
"LocalizedProperties": [
{
"PublisherName": "Microsoft Corporation",
"ProductTitle": "Dev Home GitHub Extension (Preview)"
}
],
"ProductId": "9NZCC27PR6N6",
"Properties":
{
"Properties": {
"PackageFamilyName": "Microsoft.Windows.DevHomeGitHubExtension_8wekyb3d8bbwe"
}
},
{
"LocalizedProperties":
[
"LocalizedProperties": [
{
"PublisherName": "Microsoft Corporation",
"ProductTitle": "Dev Home (Preview)"
}
}
],
"ProductId": "9N8MHTPHNGVV",
"Properties":
{
"Properties": {
"PackageFamilyName": "Microsoft.Windows.DevHome_8wekyb3d8bbwe"
}
},
{
"LocalizedProperties": [
{
"PublisherName": "Microsoft Corporation",
"ProductTitle": "Dev Home Azure Extension (Preview)"
}
],
"ProductId": "9MV8F79FGXTR",
"Properties": {
"PackageFamilyName": "Microsoft.Windows.DevHomeAzureExtension_8wekyb3d8bbwe"
}
}
],
"TotalResultCount": 2
"TotalResultCount": 3
}

0 comments on commit cc6914e

Please sign in to comment.