{"id":22059211,"url":"https://github.com/opentable/grunt-xbuild","last_synced_at":"2025-07-24T00:31:40.929Z","repository":{"id":10023970,"uuid":"12064518","full_name":"opentable/grunt-xbuild","owner":"opentable","description":"xbuild runner for grunt","archived":true,"fork":false,"pushed_at":"2016-02-21T17:58:34.000Z","size":180,"stargazers_count":1,"open_issues_count":1,"forks_count":3,"subscribers_count":122,"default_branch":"master","last_synced_at":"2025-07-04T05:06:33.647Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opentable.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-12T19:33:59.000Z","updated_at":"2024-12-03T11:57:59.000Z","dependencies_parsed_at":"2022-08-28T13:52:00.039Z","dependency_job_id":null,"html_url":"https://github.com/opentable/grunt-xbuild","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/opentable/grunt-xbuild","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fgrunt-xbuild","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fgrunt-xbuild/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fgrunt-xbuild/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fgrunt-xbuild/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opentable","download_url":"https://codeload.github.com/opentable/grunt-xbuild/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fgrunt-xbuild/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266774717,"owners_count":23982246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-30T17:27:33.869Z","updated_at":"2025-07-24T00:31:40.647Z","avatar_url":"https://github.com/opentable.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grunt-xbuild [![Build Status](https://travis-ci.org/opentable/grunt-xbuild.png?branch=master)](https://travis-ci.org/opentable/grunt-xbuild) [![NPM version](https://badge.fury.io/js/grunt-xbuild.png)](http://badge.fury.io/js/grunt-xbuild) ![Dependencies](https://david-dm.org/opentable/grunt-xbuild.png)\n\nxbuild runner for grunt\n\n## Getting Started:\n\nThe task requires that the [mono mdk][1] be installed and the 'xbuild' command available in the path\n\ninstalling:\n```shell\nnpm install grunt-xbuild --save-dev\n```\n\nOnce the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:\n\n```js\ngrunt.loadNpmTasks('grunt-xbuild');\n```\n\n## XBuild task\n\nbuilds and execs the xbuild command on the shell\n\n```js\nxbuild: {\n  build: {\n    options: {\n      sln_file: \"MySolution.sln\", // solution to target\n      configuration: \"Release\", // optional configuration (e.g. Debug, Release), defaults to Release\n      target_framework: \"v4.0\", // optional, defaults to 'v4.0'\n      properties: {\n        // \u003ckey: value\u003e list of extra properties to be included e.g.\n        outputPath: \"./buildOutput/\" // expands to /p:outputPath=./buildOutput/\n      }\n    }\n  }\n}\n```\n\n[1]: http://www.go-mono.com/mono-downloads/download.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentable%2Fgrunt-xbuild","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopentable%2Fgrunt-xbuild","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentable%2Fgrunt-xbuild/lists"}