Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warning for set-output command in GitHub Actions #93

Closed
bubbasnmp opened this issue Oct 12, 2022 · 0 comments
Closed

Deprecation warning for set-output command in GitHub Actions #93

bubbasnmp opened this issue Oct 12, 2022 · 0 comments
Assignees

Comments

@bubbasnmp
Copy link

https://github.com/microsoft/setup-msbuild/blob/master/dist/index.js#L1343

function setOutput(name, value) {
    command_1.issueCommand('set-output', { name }, value);
}

2022-10-12T21:04:43.3430286Z ##[warning]The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

@timheuer timheuer self-assigned this Oct 12, 2022
timheuer added a commit that referenced this issue Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants