Skip to content

Commit

Permalink
[moos-core] no uwp (microsoft#35255)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Nov 22, 2023
1 parent 11cbb6b commit acc07a1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ports/moos-core/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "moos-core",
"version": "10.4.0",
"port-version": 9,
"port-version": 10,
"description": "A very light weight, easy to use middleware.",
"homepage": "https://sites.google.com/site/moossoftware/",
"license": "GPL-2.0-or-later",
"supports": "!xbox",
"supports": "!xbox & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 0 additions & 2 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -752,8 +752,6 @@ ms-quic:x64-windows=fail
ms-quic:x86-windows=fail
monkeys-audio:arm64-windows=fail
monkeys-audio:x64-windows-static=fail
moos-core:arm64-uwp=fail
moos-core:x64-uwp=fail
moos-core:x64-windows-static=fail
moos-essential:arm64-windows=fail
moos-essential:x64-windows-static-md=fail
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5646,7 +5646,7 @@
},
"moos-core": {
"baseline": "10.4.0",
"port-version": 9
"port-version": 10
},
"moos-essential": {
"baseline": "10.0.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/moos-core.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "21e3020509ccf12a2ef1f855a2761e6a17abc86a",
"version": "10.4.0",
"port-version": 10
},
{
"git-tree": "a409b13d5b8375d40c505f08f7c1d1e43ac54975",
"version": "10.4.0",
Expand Down

0 comments on commit acc07a1

Please sign in to comment.