Skip to content

Commit 89e9349

Browse files
CR feedback
1 parent 04d23c6 commit 89e9349

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

doBuild.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/code/ServerFactory.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License.
33

4-
using System;
54
using System.Collections;
6-
using System.Linq;
75
using System.Management.Automation;
86
using System.Net;
97
using Microsoft.PowerShell.PSResourceGet.UtilClasses;

0 commit comments

Comments
 (0)