OutputDirectoryDirectory to build artifacts to, passed intomsbuildwith/property:OutDir=${OutputDirectory}BuildSolutionPath to.slnBuildConfigurationSolution configuration.BuildPlatformSolution Platform.
The action will run
MSBuild ${BuildSolution} /property:OutDir=${OutputDirectory} /property:Configuration=${BuildConfiguration} /property:Platform=${BuildPlatform}
- From
v1.2.0this action sets outputs toGITHUB_OUTPUT(viacore.setOutput) instead ofGITHUB_ENVUPLOAD_NAMEThis is currently justwindowsbut should change to be the correct exe nameUPLOAD_DIRThe output build directory, which is actually the same as the inputOutputDirectorybut here for completeness