Skip to content

do-i-know-it/MSBuildForGitHubActions

Repository files navigation

MSBuildSampleForGitHubActions

This repository is example for GitHub Actions using msbuild.

Environments

  • Windows 10
  • .NET
  • MSBuild

Usage

jobs:
  construction:
    runs-on: windows-2019
    steps:
        run : |
            dotnet msbuild %BUILD_FILE_PATH% -p:^
            InputPath=%INPUT_PATH%^
            ;OutputPath=%OUTPUT_PATH%^
            ;Configuration=%CONFIGURATION%^

Developers can use this action files to

  • develop
  • assess
  • deploy

applications, by defining

  • BUILD_FILE_PATH
  • INPOUT_PATH
  • OUTPUT_PATH
  • CONFIGURATION

in GitHub Actions, and changing

  • EntryPointFilePath
  • MajorVersion
  • MinorVersion
  • Revision
  • BuildNumber

in build.xml.

Future works

  • Adds CONTRIBUTING.md.

License

This repository is under the MIT License, see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages