Skip to content

Commit

Permalink
Remove NetStandard from AddOns scripts (#2977)
Browse files Browse the repository at this point in the history
* Remove NetStandard addon build

* Remove further references to BuildAKVNetStAllOS
  • Loading branch information
MichelZ authored Nov 6, 2024
1 parent a604a66 commit 58c1347
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions RunProjectReferenceTests.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ call :pauseOnError msbuild -t:Clean

echo Building .NET Framework %netfxVersion% 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:BuildTestsNetFx -p:TargetNetFxVersion=%netfxVersion%

Expand All @@ -40,7 +39,6 @@ echo Building .NET %netcoreVersion% Tests ...
call pause
call :pauseOnError msbuild -t:Clean
call :pauseOnError msbuild -p:Configuration="Release"
call :pauseOnError msbuild -p:Configuration="Release" -t:BuildAKVNetStAllOS
call :pauseOnError msbuild -p:Configuration="Release" -t:BuildAKVNetCoreAllOS
call :pauseOnError msbuild -p:Configuration="Release" -t:BuildTestsNetCore -p:TargetNetCoreVersion=%netcoreVersion%

Expand Down
1 change: 0 additions & 1 deletion buildAddons.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ call :pauseOnError msbuild -p:configuration=Release -t:clean
call :pauseOnError msbuild -p:configuration=Release -t:BuildAllConfigurations
call :pauseOnError msbuild -p:configuration=Release -t:BuildAKVNetFx
call :pauseOnError msbuild -p:configuration=Release -t:BuildAKVNetCoreAllOS
call :pauseOnError msbuild -p:configuration=Release -t:BuildAKVNetStAllOS
call :pauseOnError msbuild -p:configuration=Release -t:GenerateAKVProviderNugetPackage

goto :eof
Expand Down

0 comments on commit 58c1347

Please sign in to comment.