Skip to content

Commit c14ebb6

Browse files
committed
Take 2?
1 parent 6babd68 commit c14ebb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- template: templates\install-dependencies.yaml
3939

4040
- script: |
41-
dumpbin /headers C:\hostedtoolcache\windows\dotnet\dotnet.exe
41+
call "%VSInstallRoot%\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64 && dumpbin /headers C:\hostedtoolcache\windows\dotnet\dotnet.exe
4242
displayName: dumpbin headers dotnet.exe
4343
4444
- task: NuGetToolInstaller@0

0 commit comments

Comments
 (0)