Skip to content

Commit eb8845e

Browse files
author
Maddie Clayton
authored
Update build.proj
1 parent 95967c4 commit eb8845e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.proj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@
133133
<!-- Clean the build in all configurations -->
134134
<Target Name="Clean">
135135
<Message Importance="high" Text="Cleaning Cmdlets..." ContinueOnError="false" />
136-
137-
<!-- Clean out the NuGet cache -->
138-
<Exec ContinueOnError="false"
139-
Command="&quot;$(PowerShellCommand)&quot; -NonInteractive -NoLogo -NoProfile -Command &quot; $Path = Join-Path $env:USERPROFILE .nuget; if (Test-Path $Path) { Remove-Item $Path -Recurse } &quot;"/>
140136

141137
<!-- Clean out the NuGet cache -->
142138
<Exec ContinueOnError="false"

0 commit comments

Comments
 (0)