Fix NUGET_PACKAGES directory on Windows (#18354)

This commit is contained in:
Viktor Hofer 2024-01-24 15:35:10 +01:00 committed by GitHub
parent 8cc04711c7
commit 7c6a9cc904
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ function Get-Usage() {
# Set the NUGET_PACKAGES dir so that we don't accidentally pull some packages from the global location,
# They should be pulled from the local feeds.
$env:NUGET_PACKAGES="$PSScriptRoot\prereqs\packages\restored\"
$env:NUGET_PACKAGES="$RepoRoot\prereqs\packages\restored\"
function Build {
InitializeToolset