File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ call :pauseOnError msbuild -t:Clean
2828
2929echo Building .NET Framework %netfxVersion% Tests ...
3030call :pauseOnError msbuild -p:Configuration=" Release"
31- call :pauseOnError msbuild -p:Configuration=" Release" -t:BuildAKVNetStAllOS
3231call :pauseOnError msbuild -p:Configuration=" Release" -t:BuildAKVNetFx
3332call :pauseOnError msbuild -p:Configuration=" Release" -t:BuildTestsNetFx -p:TargetNetFxVersion=%netfxVersion%
3433
@@ -40,7 +39,6 @@ echo Building .NET %netcoreVersion% Tests ...
4039call pause
4140call :pauseOnError msbuild -t:Clean
4241call :pauseOnError msbuild -p:Configuration=" Release"
43- call :pauseOnError msbuild -p:Configuration=" Release" -t:BuildAKVNetStAllOS
4442call :pauseOnError msbuild -p:Configuration=" Release" -t:BuildAKVNetCoreAllOS
4543call :pauseOnError msbuild -p:Configuration=" Release" -t:BuildTestsNetCore -p:TargetNetCoreVersion=%netcoreVersion%
4644
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ call :pauseOnError msbuild -p:configuration=Release -t:clean
22call :pauseOnError msbuild -p:configuration=Release -t:BuildAllConfigurations
33call :pauseOnError msbuild -p:configuration=Release -t:BuildAKVNetFx
44call :pauseOnError msbuild -p:configuration=Release -t:BuildAKVNetCoreAllOS
5- call :pauseOnError msbuild -p:configuration=Release -t:BuildAKVNetStAllOS
65call :pauseOnError msbuild -p:configuration=Release -t:GenerateAKVProviderNugetPackage
76
87goto :eof
You can’t perform that action at this time.
0 commit comments