Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

macmade/action-msbuild

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

action-msbuild

Issues Status License
Contact Sponsor

About

GitHub Action for msbuild.

Usage:

- uses: macmade/action-msbuild@v1.0.0

Matrix configuration:

  • platform: String
    The target architecture.

  • toolset: String
    The architecture of the compiler toolchain (eg x64, x86).

  • configuration: String
    The configuration to use.

  • solution: String
    The Visual Studio solution to build.

Complete example:

name:   ci
on:     [push]
jobs:
    ci:
        runs-on: windows-latest
        strategy:
            matrix:
                run-config:
                    - { platform: 'x64', toolset: 'x64', configuration: 'Debug',   solution: 'App.sln' }
                    - { platform: 'x86', toolset: 'x64', configuration: 'Release', solution: 'App.sln' }
        steps:
            - uses: actions/checkout@v6
            - uses: macmade/action-msbuild@v1.0.0

License

Project is released under the terms of the MIT License.

Repository Infos

Owner:          Jean-David Gadina - XS-Labs
Web:            www.xs-labs.com
Blog:           www.noxeos.com
Twitter:        @macmade
GitHub:         github.com/macmade
LinkedIn:       ch.linkedin.com/in/macmade/
StackOverflow:  stackoverflow.com/users/182676/macmade

Releases

Packages

Used by

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.