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 999612f commit fc072a6Copy full SHA for fc072a6
.github/workflows/dotnet.yml
@@ -26,5 +26,7 @@ jobs:
26
global-json-file: 'global.json' # in addition to the 6.0 we need for tests, install "latest"
27
- name: Build
28
run: dotnet build --consoleloggerparameters:NoSummary --warnAsError
29
+ - name: Discover docker platforms
30
+ run: docker buildx ls
31
- name: Test
32
run: dotnet test --no-build --logger GitHubActions
0 commit comments