Skip to content

Commit 4ddf037

Browse files
committed
remove NuGet.CommandLine package
AppVeyor now has the nuget CLI pre-installed in the build image we use, so we no longer need to manually install and alias it in our build script.
1 parent 4144829 commit 4ddf037

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@
9494
<!-- https://github.com/Flow-Launcher/Flow.Launcher/issues/1772#issuecomment-1502440801 -->
9595
<PackageReference Include="ModernWpfUI" Version="0.9.4" />
9696
<PackageReference Include="NHotkey.Wpf" Version="2.1.0" />
97-
<PackageReference Include="NuGet.CommandLine" Version="6.3.1">
98-
<PrivateAssets>all</PrivateAssets>
99-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
100-
</PackageReference>
10197
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
10298
<PackageReference Include="SharpVectors" Version="1.8.1" />
10399
<PackageReference Include="VirtualizingWrapPanel" Version="1.5.7" />

Scripts/post_build.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ function Pack-Squirrel-Installer ($path, $version, $output) {
7171
Write-Host "Packing: $spec"
7272
Write-Host "Input path: $input"
7373

74-
New-Alias Nuget $env:USERPROFILE\.nuget\packages\NuGet.CommandLine\6.3.1\tools\NuGet.exe -Force
7574
# dotnet pack is not used because ran into issues, need to test installation and starting up if to use it.
7675
nuget pack $spec -Version $version -BasePath $input -OutputDirectory $output -Properties Configuration=Release
7776

0 commit comments

Comments
 (0)