You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renamed `GenerateSetVersionMessage` to `SetBuildNumber` and `GenerateSetParameterMessage` to `SetOutputVariables` across all build agents. Updated tests and integrations to reflect these changes for clearer method purpose alignment.
varexpected=newList<string>{"Executing GenerateSetVersionMessage for 'GitHubActions'.","","Executing GenerateBuildLogOutput for 'GitHubActions'.","Writing version variables to $GITHUB_ENV file for 'GitHubActions'."};
143
+
varexpected=newList<string>{"Set Build Number for 'GitHubActions'.","","Set Output Variables for 'GitHubActions'.","Writing version variables to $GITHUB_ENV file for 'GitHubActions'."};
0 commit comments