We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95967c4 commit eb8845eCopy full SHA for eb8845e
build.proj
@@ -133,10 +133,6 @@
133
<!-- Clean the build in all configurations -->
134
<Target Name="Clean">
135
<Message Importance="high" Text="Cleaning Cmdlets..." ContinueOnError="false" />
136
-
137
- <!-- Clean out the NuGet cache -->
138
- <Exec ContinueOnError="false"
139
- Command=""$(PowerShellCommand)" -NonInteractive -NoLogo -NoProfile -Command " $Path = Join-Path $env:USERPROFILE .nuget; if (Test-Path $Path) { Remove-Item $Path -Recurse } ""/>
140
141
<!-- Clean out the NuGet cache -->
142
<Exec ContinueOnError="false"
0 commit comments