Skip to content

Commit

Permalink
Disable redundant NuGet package restore setting
Browse files Browse the repository at this point in the history
Removed the `disable_nuget_automatic_package_restore` setting from the AppVeyor configuration. This change simplifies the configuration as the `EnableNuGetPackageRestore` setting already controls the package restore behavior.

Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
  • Loading branch information
ivandrofly committed Oct 28, 2024
1 parent ede3c28 commit d23c14d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ configuration:
environment:
EnableNuGetPackageRestore: false

disable_nuget_automatic_package_restore: true

build_script:
- dotnet build "SubtitleEdit.sln" --configuration %CONFIGURATION%

Expand Down

0 comments on commit d23c14d

Please sign in to comment.