Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved build project #1850

Merged
merged 14 commits into from
Dec 1, 2022
Prev Previous commit
redundant build command
  • Loading branch information
DavoudEshtehari committed Dec 1, 2022
commit 96c767082d75b1a55c90466cd2abdc02075608fd
1 change: 0 additions & 1 deletion RunProjectReferenceTests.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ echo Building .NET Framework Tests ...
call :pauseOnError msbuild -p:Configuration="Release"
call :pauseOnError msbuild -p:Configuration="Release" -t:BuildAKVNetStAllOS
call :pauseOnError msbuild -p:Configuration="Release" -t:BuildAKVNetFx
call :pauseOnError msbuild -p:Configuration="Release" -t:BuildAKVNetCoreAllOS
call :pauseOnError msbuild -p:Configuration="Release" -t:BuildTestsNetFx -p:TargetNetFxVersion=net462
call :pauseOnError msbuild -p:Configuration="Release" -t:BuildTestsNetFx -p:TargetNetFxVersion=net48

Expand Down