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

msbuild workflow problems #2456

Open
walbourn opened this issue Jul 26, 2024 · 0 comments
Open

msbuild workflow problems #2456

walbourn opened this issue Jul 26, 2024 · 0 comments

Comments

@walbourn
Copy link

Using the current starter workflow for MSBuild, I've found two problems.

First, you should upgrade to using microsoft/setup-msbuild@v2 to avoid a deprecation warning.

Second, this syntax doesn't work:

working-directory: ${{env.GITHUB_WORKSPACE}}

It needs to be:

working-directory: ${{ github.workspace }}
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

1 participant