소스 검색

fix script

Oren Novotny 8 년 전
부모
커밋
594d3eeae9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Ix.NET/Source/build-new.ps1

+ 1 - 1
Ix.NET/Source/build-new.ps1

@@ -46,7 +46,7 @@ New-Item -ItemType Directory -Force -Path $artifacts
 
 Write-Host "Restoring packages for $scriptPath\Ix.NET.sln" -Foreground Green
 # use nuget.exe to restore on the legacy proj type
-.\nuget.exe restore .\System.Interactive.Tests.Uwp.DeviceRunner\System.Interactive.Tests.Uwp.DeviceRunner.csproj
+.\nuget.exe restore "$scriptPath\System.Interactive.Tests.Uwp.DeviceRunner\System.Interactive.Tests.Uwp.DeviceRunner.csproj"
 msbuild "$scriptPath\Ix.NET.sln" /m /t:restore /p:Configuration=$configuration 
 # Force a restore again to get proper version numbers https://github.com/NuGet/Home/issues/4337
 msbuild "$scriptPath\Ix.NET.sln" /m /t:restore /p:Configuration=$configuration