diff --git a/azure-pipelines-public.yml b/azure-pipelines-public.yml index 6a3bf435d1d..f2bdd1bd76b 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: "PLACEHOLDERPass$$w0rd" - 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 9506c01388b..4cd619f9847 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: "PLACEHOLDERPass$$w0rd" - # 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 cd719546149..f6884889858 100644 --- a/eng/helix.proj +++ b/eng/helix.proj @@ -45,13 +45,6 @@ - - - - $(PreCommands); export COMPlus_EnableWriteXorExecute=0 - - -