File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ function DoBuild
3434 Copy-Item - Path " ./LICENSE" - Dest " $BuildOutPath "
3535
3636 # Copy notice
37- Write-Verbose - Verbose - Message " Copying InstallPSResourceGetPolicyDefinitions.ps1 to '$BuildOutPath '"
37+ Write-Verbose - Verbose - Message " Copying Notice.txt to '$BuildOutPath '"
3838 Copy-Item - Path " ./Notice.txt" - Dest " $BuildOutPath "
3939
4040 # Copy Group Policy files
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation. All rights reserved.
22// Licensed under the MIT License.
33
4- using System ;
54using System . Collections ;
6- using System . Linq ;
75using System . Management . Automation ;
86using System . Net ;
97using Microsoft . PowerShell . PSResourceGet . UtilClasses ;
You can’t perform that action at this time.
0 commit comments