Loading pkgs/build-support/dotnet/build-dotnet-module/hooks/dotnet-check-hook.sh +1 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ dotnetCheckHook() { -p:ContinuousIntegrationBuild=true \ -p:Deterministic=true \ --configuration "$dotnetBuildType" \ --no-restore \ --no-build \ --logger "console;verbosity=normal" \ "${runtimeIdFlagsArray[@]}" \ Loading pkgs/build-support/dotnet/build-dotnet-module/hooks/dotnet-install-hook.sh +2 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ dotnetInstallHook() { -p:OverwriteReadOnlyFiles=true \ --output "$dotnetInstallPath" \ --configuration "$dotnetBuildType" \ --no-restore \ --no-build \ "${runtimeIdFlagsArray[@]}" \ "${dotnetInstallFlagsArray[@]}" \ Loading @@ -73,6 +74,7 @@ dotnetInstallHook() { -p:OverwriteReadOnlyFiles=true \ --output "$out/share/nuget/source" \ --configuration "$dotnetBuildType" \ --no-restore \ --no-build \ --runtime "$runtimeId" \ "${dotnetPackFlagsArray[@]}" \ Loading Loading
pkgs/build-support/dotnet/build-dotnet-module/hooks/dotnet-check-hook.sh +1 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ dotnetCheckHook() { -p:ContinuousIntegrationBuild=true \ -p:Deterministic=true \ --configuration "$dotnetBuildType" \ --no-restore \ --no-build \ --logger "console;verbosity=normal" \ "${runtimeIdFlagsArray[@]}" \ Loading
pkgs/build-support/dotnet/build-dotnet-module/hooks/dotnet-install-hook.sh +2 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ dotnetInstallHook() { -p:OverwriteReadOnlyFiles=true \ --output "$dotnetInstallPath" \ --configuration "$dotnetBuildType" \ --no-restore \ --no-build \ "${runtimeIdFlagsArray[@]}" \ "${dotnetInstallFlagsArray[@]}" \ Loading @@ -73,6 +74,7 @@ dotnetInstallHook() { -p:OverwriteReadOnlyFiles=true \ --output "$out/share/nuget/source" \ --configuration "$dotnetBuildType" \ --no-restore \ --no-build \ --runtime "$runtimeId" \ "${dotnetPackFlagsArray[@]}" \ Loading