We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The setup-msbuild v1.2 Unable to find MSBuild when specifying msbuild-architecture
setup-msbuild
uses: microsoft/[email protected] with: msbuild-architecture: x64
Run microsoft/[email protected] with: msbuild-architecture: x64 env: DOTNET_ROOT: C:\Program Files\dotnet C:\ProgramData\Chocolatey\bin\vswhere.exe -products * -requires Microsoft.Component.MSBuild -property installationPath -latest C:\Program Files\Microsoft Visual Studio\2022\Enterprise Error: Unable to find MSBuild.
see https://github.com/akunzai/GSS.Authentication.CAS/actions/runs/3679955445/jobs/6228417729
But CI workflow will passing after I removed the msbuild-architecture parameter
msbuild-architecture
uses: microsoft/[email protected]
Run microsoft/[email protected] with: msbuild-architecture: x86 env: DOTNET_ROOT: C:\Program Files\dotnet C:\ProgramData\Chocolatey\bin\vswhere.exe -products * -requires Microsoft.Component.MSBuild -property installationPath -latest C:\Program Files\Microsoft Visual Studio\2022\Enterprise
see https://github.com/akunzai/GSS.Authentication.CAS/actions/runs/3681629139/jobs/6228509271
The text was updated successfully, but these errors were encountered:
Taking a look now -- please revert to @v1.1 tag in the meantime.
@v1.1
Sorry, something went wrong.
Fixes #104 reassigning input arg [skip ci]
0a09b7f
Fixed in v1.3 and updated v1 tag. Apologies for the mistake @akunzai
v1.3
v1
Revert "Drop architecture spec from setup-msbuild GitHub action"
08bc11e
This reverts commit 93df291. Fixed in microsoft/setup-msbuild#104
timheuer
Successfully merging a pull request may close this issue.
The
setup-msbuild
v1.2 Unable to find MSBuild when specifying msbuild-architecturesee https://github.com/akunzai/GSS.Authentication.CAS/actions/runs/3679955445/jobs/6228417729
But CI workflow will passing after I removed the
msbuild-architecture
parametersee https://github.com/akunzai/GSS.Authentication.CAS/actions/runs/3681629139/jobs/6228509271
The text was updated successfully, but these errors were encountered: