File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Cake.AzureDevOps/Repos/PullRequest Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ public static AzureDevOpsPullRequestSettings UsingAzurePipelinesOAuthToken(bool
145
145
/// <param name="throwExceptionIfVariablesDontExist">Value indicating whether an exception
146
146
/// should be thrown if required environment variables could not be found.</param>
147
147
/// <returns>Tuple containing a flag if variables are valid and the variable values.</returns>
148
- private static ( bool valid , string accessToken ) RetrieveAzurePipelinesVariables ( bool throwExceptionIfVariablesDontExist )
148
+ private static ( bool Valid , string AccessToken ) RetrieveAzurePipelinesVariables ( bool throwExceptionIfVariablesDontExist )
149
149
{
150
150
var accessToken = Environment . GetEnvironmentVariable ( "SYSTEM_ACCESSTOKEN" , EnvironmentVariableTarget . Process ) ;
151
151
if ( string . IsNullOrWhiteSpace ( accessToken ) )
You can’t perform that action at this time.
0 commit comments