Skip to content

Commit

Permalink
What *is* dotnet.exe? 32-bit or 64-bit?
Browse files Browse the repository at this point in the history
Also, is `dumpbin` in %PATH% on this machine?
  • Loading branch information
jonpryor committed Mar 12, 2021
1 parent 0969a84 commit 6babd68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:

- template: templates\install-dependencies.yaml

- script: |
dumpbin /headers C:\hostedtoolcache\windows\dotnet\dotnet.exe
displayName: dumpbin headers dotnet.exe
- task: NuGetToolInstaller@0
inputs:
versionSpec: 5.x
Expand Down

0 comments on commit 6babd68

Please sign in to comment.