Skip to content

Commit 20c3d9d

Browse files
committed
Adjusts the script path
1 parent b7ed3dc commit 20c3d9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ echo "Complete project version: $($completeVersion)"
5050
# Restore packages
5151
echo "Restoring packages"
5252
exec { & dotnet restore }
53-
exec { & $($env:APPVEYOR_BUILD_FOLDER)\tools\NuGet.exe restore $($env:APPVEYOR_BUILD_FOLDER)\src\HodStudio.EntityFrameworkDiffLog.TestsDotNet45\HodStudio.EntityFrameworkDiffLog.TestsDotNet45.csproj -PackagesDirectory $($env:APPVEYOR_BUILD_FOLDER)\packages }
53+
exec { & .\tools\NuGet.exe restore $($env:APPVEYOR_BUILD_FOLDER)\src\HodStudio.EntityFrameworkDiffLog.TestsDotNet45\HodStudio.EntityFrameworkDiffLog.TestsDotNet45.csproj -PackagesDirectory $($env:APPVEYOR_BUILD_FOLDER)\packages }
5454

5555
echo "Build entire solution"
5656
exec { & dotnet build -c Release }

0 commit comments

Comments
 (0)