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 8eae2dd commit 27b17b3Copy full SHA for 27b17b3
scripts/BuildProjFS-Managed.bat
@@ -45,7 +45,6 @@ call "%VsDir%\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
45
46
:: Restore all dependencies and run the build.
47
pushd "%PROJFS_SRCDIR%"
48
-%nuget% install Microsoft.NETFramework.ReferenceAssemblies.net461 -Version 1.0.2 -OutputDirectory %PROJFS_PACKAGESDIR%
49
msbuild /t:Restore ProjectedFSLib.Managed.sln
50
msbuild ProjectedFSLib.Managed.sln /p:ProjFSManagedVersion=%ProjFSManagedVersion% /p:Configuration=%SolutionConfiguration% /p:Platform=x64 || exit /b 1
51
popd
0 commit comments