We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6babd68 commit c14ebb6Copy full SHA for c14ebb6
build-tools/automation/azure-pipelines.yaml
@@ -38,7 +38,7 @@ jobs:
38
- template: templates\install-dependencies.yaml
39
40
- script: |
41
- dumpbin /headers C:\hostedtoolcache\windows\dotnet\dotnet.exe
+ call "%VSInstallRoot%\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64 && dumpbin /headers C:\hostedtoolcache\windows\dotnet\dotnet.exe
42
displayName: dumpbin headers dotnet.exe
43
44
- task: NuGetToolInstaller@0
0 commit comments