Skip to content

Commit

Permalink
Remove DECODE_PRECENT variable after agent update (#34028)
Browse files Browse the repository at this point in the history
After the changes to the KeyVault task at microsoft/azure-pipelines-tasks#17566 we need to remove this opt-out otherwise we now end up with values that are not decoded which need to be. This became an issue for any values with a % that were set with the VSO setvariable syntax.
  • Loading branch information
weshaggard authored Feb 9, 2023
1 parent 700edf4 commit 47ccd78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eng/pipelines/templates/variables/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ variables:
BuildConfiguration: 'Release'
DocFxVersion: 'v2.56.1'
CollectCoverage: false
DECODE_PERCENTS: false
NUGET_PACKAGES: $(Pipeline.Workspace)/.nuget/packages/
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
Expand Down

0 comments on commit 47ccd78

Please sign in to comment.