Fix NUGET_PACKAGES directory on Windows (#18354)
This commit is contained in:
parent
8cc04711c7
commit
7c6a9cc904
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue