We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46abf3 commit 1b8386aCopy full SHA for 1b8386a
build.ps1
@@ -1,3 +1,6 @@
1
+# Copyright (c) Microsoft Corporation. All rights reserved.
2
+# Licensed under the MIT License.
3
+
4
[CmdletBinding(DefaultParameterSetName="BuildOne")]
5
param(
6
[Parameter(ParameterSetName="BuildAll")]
build.psm1
# Build module for PowerShell ScriptAnalyzer
$projectRoot = $PSScriptRoot
$destinationDir = Join-Path -Path $projectRoot -ChildPath (Join-Path -Path "out" -ChildPath "PSScriptAnalyzer")
0 commit comments