Skip to content

Commit

Permalink
CR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatwardhan committed Oct 21, 2024
1 parent 04d23c6 commit 89e9349
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion doBuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function DoBuild
Copy-Item -Path "./LICENSE" -Dest "$BuildOutPath"

# Copy notice
Write-Verbose -Verbose -Message "Copying InstallPSResourceGetPolicyDefinitions.ps1 to '$BuildOutPath'"
Write-Verbose -Verbose -Message "Copying Notice.txt to '$BuildOutPath'"
Copy-Item -Path "./Notice.txt" -Dest "$BuildOutPath"

# Copy Group Policy files
Expand Down
2 changes: 0 additions & 2 deletions src/code/ServerFactory.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

using System;
using System.Collections;
using System.Linq;
using System.Management.Automation;
using System.Net;
using Microsoft.PowerShell.PSResourceGet.UtilClasses;
Expand Down

0 comments on commit 89e9349

Please sign in to comment.