diff --git a/azure-pipelines-public.yml b/azure-pipelines-public.yml index 654e116bd06..5eba917fc71 100644 --- a/azure-pipelines-public.yml +++ b/azure-pipelines-public.yml @@ -169,5 +169,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: "PLACEHOLDER" - COMPlus_EnableWriteXorExecute: 0 # Work-around for https://github.com/dotnet/runtime/issues/70758 DotNetBuildsInternalReadSasToken: $(dotnetbuilds-internal-container-read-token) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7a8cce279d7..e8647921f11 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -262,8 +262,6 @@ extends: # We need to set this env var to publish helix results to Azure Dev Ops SYSTEM_ACCESSTOKEN: $(System.AccessToken) MSSQL_SA_PASSWORD: "PLACEHOLDER" - # Work-around for https://github.com/dotnet/runtime/issues/70758 - COMPlus_EnableWriteXorExecute: 0 DotNetBuildsInternalReadSasToken: $(dotnetbuilds-internal-container-read-token) - ${{ if notin(variables['Build.Reason'], 'PullRequest') }}: - template: /eng/common/templates-official/post-build/post-build.yml@self diff --git a/eng/helix.proj b/eng/helix.proj index 697ac2ce8c6..40455bfe0b2 100644 --- a/eng/helix.proj +++ b/eng/helix.proj @@ -45,13 +45,6 @@ - - - - $(PreCommands); export COMPlus_EnableWriteXorExecute=0 - - -