This repository is example for GitHub Actions using msbuild.
- Windows 10
- .NET
- MSBuild
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
.
- Adds CONTRIBUTING.md.
This repository is under the MIT License, see LICENSE.