diff --git a/eng/ci/worker-release.yml b/eng/ci/worker-release.yml index c0ce29539..987569c61 100644 --- a/eng/ci/worker-release.yml +++ b/eng/ci/worker-release.yml @@ -16,7 +16,7 @@ variables: value: deps/,build/ extends: - template: v1/1ES.Unofficial.PipelineTemplate.yml@1es + template: v1/1ES.Official.PipelineTemplate.yml@1es parameters: pool: name: 1es-pool-azfunc diff --git a/eng/templates/official/jobs/publish-release.yml b/eng/templates/official/jobs/publish-release.yml index 522fcdc6d..4c04d5779 100644 --- a/eng/templates/official/jobs/publish-release.yml +++ b/eng/templates/official/jobs/publish-release.yml @@ -60,7 +60,7 @@ jobs: if($newWorkerVersion -match '(\d)+.(\d)+.(\d)+') { # Create GitHub credential git config --global user.name "AzureFunctionsPython" - git config --global user.email "funcdisc@microsoft.com" + git config --global user.email "azfunc@microsoft.com" # Clone Repository git clone https://$githubToken@github.com/Azure/azure-functions-python-worker @@ -181,7 +181,7 @@ jobs: if($newWorkerVersion -match '(\d)+.(\d)+.(\d)+') { # Create GitHub credential git config --global user.name "AzureFunctionsPython" - git config --global user.email "funcdisc@microsoft.com" + git config --global user.email "azfunc@microsoft.com" # Create GitHub credential $credential = [System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes("${githubUser}:${githubToken}")) @@ -263,7 +263,7 @@ jobs: if($newWorkerVersion -match '(\d)+.(\d)+.(\d)+') { # Create GitHub credential git config --global user.name "AzureFunctionsPython" - git config --global user.email "funcdisc@microsoft.com" + git config --global user.email "azfunc@microsoft.com" # Create GitHub credential $credential = [System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes("${githubUser}:${githubToken}")) @@ -361,7 +361,7 @@ jobs: if($newWorkerVersion -match '(\d)+.(\d)+.(\d)+') { # Create GitHub credential git config --global user.name "AzureFunctionsPython" - git config --global user.email "funcdisc@microsoft.com" + git config --global user.email "azfunc@microsoft.com" # Clone Repository git clone https://$githubToken@github.com/Azure/azure-functions-python-worker