Skip to content

Commit

Permalink
only test packages on windows (cannot be bothered to get hosted scrip…
Browse files Browse the repository at this point in the history
…t compilation running on the other oses for now)
  • Loading branch information
kMutagene committed Mar 7, 2024
1 parent a245642 commit 53b6b5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,8 @@ jobs:
with:
solution: ./PackageStagingArea.sln
configuration: Release
windows: true
ubuntu: false
macos: false


18 changes: 0 additions & 18 deletions src/PackageRegistryService/Data/arc-validate-package-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,6 @@
"ReleaseNotes": "Initial release"
}
},
{
"RepoPath": "src/PackageRegistryService/StagingArea/temp/[email protected]",
"FileName": "[email protected]",
"LastUpdated": "2024-03-07T16:04:01+01:00",
"ContentHash": "D41D8CD98F00B204E9800998ECF8427E",
"Metadata": {
"Name": "",
"Summary": "",
"Description": "",
"MajorVersion": 0,
"MinorVersion": 0,
"PatchVersion": 0,
"Publish": false,
"Authors": [],
"Tags": [],
"ReleaseNotes": ""
}
},
{
"RepoPath": "src/PackageRegistryService/StagingArea/test/[email protected]",
"FileName": "[email protected]",
Expand Down
Empty file.

0 comments on commit 53b6b5a

Please sign in to comment.