Skip to content

Commit

Permalink
Remove syndication of samples to core repo (#6047)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman authored Nov 13, 2024
1 parent cb61083 commit 96825a0
Showing 1 changed file with 5 additions and 25 deletions.
30 changes: 5 additions & 25 deletions manifest.samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,16 +311,8 @@
"productVersion": "$(dotnet|8.0|product-version)",
"sharedTags": {
"dotnetapp-8.0": {},
"dotnetapp": {
"syndication": {
"repo": "dotnet/core/samples"
}
},
"latest": {
"syndication": {
"repo": "dotnet/core/samples"
}
}
"dotnetapp": {},
"latest": {}
},
"platforms": [
{
Expand Down Expand Up @@ -375,11 +367,7 @@
"osVersion": "nanoserver-1809",
"tags": {
"dotnetapp-8.0-nanoserver-1809": {},
"dotnetapp-nanoserver-1809": {
"syndication": {
"repo": "dotnet/core/samples"
}
}
"dotnetapp-nanoserver-1809": {}
}
},
{
Expand Down Expand Up @@ -452,11 +440,7 @@
"productVersion": "$(dotnet|8.0|product-version)",
"sharedTags": {
"aspnetapp-8.0": {},
"aspnetapp": {
"syndication": {
"repo": "dotnet/core/samples"
}
}
"aspnetapp": {}
},
"platforms": [
{
Expand Down Expand Up @@ -538,11 +522,7 @@
"osVersion": "nanoserver-1809",
"tags": {
"aspnetapp-8.0-nanoserver-1809": {},
"aspnetapp-nanoserver-1809": {
"syndication": {
"repo": "dotnet/core/samples"
}
}
"aspnetapp-nanoserver-1809": {}
},
"customBuildLegGroups": [
{
Expand Down

0 comments on commit 96825a0

Please sign in to comment.