We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ed3dc commit 20c3d9dCopy full SHA for 20c3d9d
1 file changed
scripts/Build.ps1
@@ -50,7 +50,7 @@ echo "Complete project version: $($completeVersion)"
50
# Restore packages
51
echo "Restoring packages"
52
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 }
+exec { & .\tools\NuGet.exe restore $($env:APPVEYOR_BUILD_FOLDER)\src\HodStudio.EntityFrameworkDiffLog.TestsDotNet45\HodStudio.EntityFrameworkDiffLog.TestsDotNet45.csproj -PackagesDirectory $($env:APPVEYOR_BUILD_FOLDER)\packages }
54
55
echo "Build entire solution"
56
exec { & dotnet build -c Release }
0 commit comments