Enhance MSBuild parameters and update wiki documentation - #184
Merged
Conversation
Wiki updates
Register msBuildParameters in module settings so pipelines can pass additional MSBuild arguments such as /MaxCpuCount and BuildInParallel without changing default compile behavior.
Changed the TimestampServer parameter from mandatory to optional.
…rallel-parameters
Add opt-in msBuildParameters setting for parallel compilation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several new features, improvements, and documentation updates to the
fscps.toolsPowerShell module. The most notable changes include support for additional MSBuild parameters, enhancements to NuGet package resolution, new and expanded tutorials, and improvements to code signing and Azure DevOps test management functionality.Enhancements to build and compilation:
msBuildParameterssetting, allowing users to specify additional MSBuild command-line arguments (e.g., for parallel builds) in both the configuration and theInvoke-CommerceCompileandInvoke-FSCCompilefunctions. Documentation updated to reflect this feature. [1] [2] [3] [4]NuGet package management improvements:
Get-FSCPSNugetnow supports-KnownVersionand-KnownTypeparameters, enabling resolution of NuGet versions from short FNO versions using a GA/Latest strategy. TheVersionStrategyenum was added, and the cmdlet now automatically creates the destination path if it does not exist. Documentation and wiki updated with new usage examples. [1] [2] [3]Documentation and tutorials:
Get-FSCPSSystemUpdatePackageCode signing improvements:
TimestampServerparameter optional (no longer mandatory) inInvoke-FSCPSAzureSignToolSignFile, with corresponding test updates. [1] [2]General improvements and fixes:
Invoke-CloudRuntimeAssembliesImport.