Skip to content

Commit c173b79

Browse files
yerudakomsyerudako
authored andcommitted
Install the Reference Assemblies before Managed project compiles
(cherry picked from commit ca6b60f)
1 parent f71b4d2 commit c173b79

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/BuildProjFS-Managed.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ call "%VsDir%\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
4545

4646
:: Restore all dependencies and run the build.
4747
pushd "%PROJFS_SRCDIR%"
48+
%nuget% install Microsoft.NETFramework.ReferenceAssemblies.net461 -Version 1.0.2 -OutputDirectory %PROJFS_PACKAGESDIR%
4849
msbuild /t:Restore ProjectedFSLib.Managed.sln
4950
msbuild ProjectedFSLib.Managed.sln /p:ProjFSManagedVersion=%ProjFSManagedVersion% /p:Configuration=%SolutionConfiguration% /p:Platform=x64 || exit /b 1
5051
popd

0 commit comments

Comments
 (0)