diff --git a/azure-pipelines-public.yml b/azure-pipelines-public.yml index 894f669bff4..28a945dedee 100644 --- a/azure-pipelines-public.yml +++ b/azure-pipelines-public.yml @@ -170,5 +170,4 @@ stages: HelixAccessToken: $(_HelixAccessToken) SYSTEM_ACCESSTOKEN: $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops MSSQL_SA_PASSWORD: "PLACEHOLDERPass$$w0rd" - COMPlus_EnableWriteXorExecute: 0 # Work-around for https://github.com/dotnet/runtime/issues/70758 DotNetBuildsInternalReadSasToken: $(dotnetbuilds-internal-container-read-token) diff --git a/eng/helix.proj b/eng/helix.proj index 93fdfbf1393..5357530dde4 100644 --- a/eng/helix.proj +++ b/eng/helix.proj @@ -45,13 +45,6 @@ - - - - $(PreCommands); export COMPlus_EnableWriteXorExecute=0 - - -