Skip to content

The set-output command is deprecated and will be disabled soon. #23

@AbhishekMaiya

Description

@AbhishekMaiya

"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/".
I am receiving the above warning when i use the below stage in my yaml file:
name: Run .NET Code Analysis
uses: dotnet/code-analysis@main
id: code-analysis
with:
project: ConsoleApp.csproj
build-breaking: true
And the above ConsoleApp is just printing a "Hello World" message!!

@mavasani Could you help me with the above issue? Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions