Skip to content

Commit

Permalink
Remove unintended syndication of 20H2 tags (dotnet#2414)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman committed Dec 7, 2020
1 parent 4670eaf commit 95cb637
Showing 1 changed file with 8 additions and 40 deletions.
48 changes: 8 additions & 40 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1758,16 +1758,8 @@
"os": "windows",
"osVersion": "nanoserver-20H2",
"tags": {
"$(dotnet|2.1|product-version)-nanoserver-20H2": {
"syndication": {
"repo": "$(syndicatedAspnetRepo)"
}
},
"2.1-nanoserver-20H2": {
"syndication": {
"repo": "$(syndicatedAspnetRepo)"
}
},
"$(dotnet|2.1|product-version)-nanoserver-20H2": {},
"2.1-nanoserver-20H2": {},
"$(dotnet|2.1|product-version)-nanoserver-2009": {
"docType": "Undocumented",
"syndication": {
Expand Down Expand Up @@ -2111,16 +2103,8 @@
"os": "windows",
"osVersion": "nanoserver-20H2",
"tags": {
"$(dotnet|3.1|product-version)-nanoserver-20H2": {
"syndication": {
"repo": "$(syndicatedAspnetRepo)"
}
},
"3.1-nanoserver-20H2": {
"syndication": {
"repo": "$(syndicatedAspnetRepo)"
}
},
"$(dotnet|3.1|product-version)-nanoserver-20H2": {},
"3.1-nanoserver-20H2": {},
"$(dotnet|3.1|product-version)-nanoserver-2009": {
"docType": "Undocumented",
"syndication": {
Expand Down Expand Up @@ -2842,16 +2826,8 @@
"os": "windows",
"osVersion": "nanoserver-20H2",
"tags": {
"$(sdk|2.1|product-version)-nanoserver-20H2": {
"syndication": {
"repo": "$(syndicatedSdkRepo)"
}
},
"2.1-nanoserver-20H2": {
"syndication": {
"repo": "$(syndicatedSdkRepo)"
}
},
"$(sdk|2.1|product-version)-nanoserver-20H2": {},
"2.1-nanoserver-20H2": {},
"$(sdk|2.1|product-version)-nanoserver-2009": {
"docType": "Undocumented",
"syndication": {
Expand Down Expand Up @@ -3237,16 +3213,8 @@
"os": "windows",
"osVersion": "nanoserver-20H2",
"tags": {
"$(sdk|3.1|product-version)-nanoserver-20H2": {
"syndication": {
"repo": "$(syndicatedSdkRepo)"
}
},
"3.1-nanoserver-20H2": {
"syndication": {
"repo": "$(syndicatedSdkRepo)"
}
},
"$(sdk|3.1|product-version)-nanoserver-20H2": {},
"3.1-nanoserver-20H2": {},
"$(sdk|3.1|product-version)-nanoserver-2009": {
"docType": "Undocumented",
"syndication": {
Expand Down

0 comments on commit 95cb637

Please sign in to comment.