{"id":15090168,"url":"https://github.com/warrenbuckley/setup-msbuild","last_synced_at":"2025-10-05T23:31:32.417Z","repository":{"id":65162310,"uuid":"203356996","full_name":"warrenbuckley/Setup-MSBuild","owner":"warrenbuckley","description":"Set up your GitHub Actions workflow to add MSBuild.exe into the PATH","archived":true,"fork":false,"pushed_at":"2020-02-21T09:43:54.000Z","size":696,"stargazers_count":46,"open_issues_count":3,"forks_count":20,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-15T23:20:15.739Z","etag":null,"topics":["github-action","github-actions","msbuild","msbuild-action"],"latest_commit_sha":null,"homepage":"","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/warrenbuckley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"warrenbuckley","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-08-20T10:51:54.000Z","updated_at":"2024-08-12T19:52:10.000Z","dependencies_parsed_at":"2023-01-04T12:39:07.128Z","dependency_job_id":null,"html_url":"https://github.com/warrenbuckley/Setup-MSBuild","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"de46a48b48cb9495a5a1a829da8fe93cf111821c"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warrenbuckley%2FSetup-MSBuild","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warrenbuckley%2FSetup-MSBuild/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warrenbuckley%2FSetup-MSBuild/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warrenbuckley%2FSetup-MSBuild/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/warrenbuckley","download_url":"https://codeload.github.com/warrenbuckley/Setup-MSBuild/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235461370,"owners_count":18994069,"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","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":["github-action","github-actions","msbuild","msbuild-action"],"created_at":"2024-09-25T09:22:53.795Z","updated_at":"2025-10-05T23:31:31.895Z","avatar_url":"https://github.com/warrenbuckley.png","language":"JavaScript","funding_links":["https://github.com/sponsors/warrenbuckley"],"categories":[],"sub_categories":[],"readme":"\n# setup-MSBuild\nThis action sets up MSBuild.exe as a CLI tool for use in actions by:\n- optionally downloading and caching a version of VSWhere.exe to help find the latest MSBuild on the machine\n- Adds the location of the MSBuild to the PATH\n\n\n## Status: Archived\nThis GitHub action is now retired/archived as I have collobrated directly with Microsoft to release an official MSBuild GitHub Action\nhttps://github.com/microsoft/setup-msbuild\nhttps://github.com/marketplace/actions/setup-msbuild-exe\n\n\n# Usage\n\nBasic:\n```yaml\nsteps:\nname: ASP.NET CI\non: [push]\njobs:\n  build:\n    runs-on: windows-latest\n\n    steps:\n    - uses: actions/checkout@master\n\n    - name: Setup MSBuild.exe\n      uses: warrenbuckley/Setup-MSBuild@v1\n\n    - name: MSBuild\n      working-directory: src\n      run: msbuild MyProject.csproj\n```\n\n\n# License\n\nThe scripts and documentation in this project are released under the [MIT License](LICENSE)\n\n# Contributions\n\nContributions are welcome!  See [Contributor's Guide](docs/contributors.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarrenbuckley%2Fsetup-msbuild","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwarrenbuckley%2Fsetup-msbuild","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarrenbuckley%2Fsetup-msbuild/lists"}