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 a8f5cfd commit 5604ae9Copy full SHA for 5604ae9
.github/workflows/ci.yml
@@ -268,7 +268,7 @@ jobs:
268
-
269
name: '[Test Artifacts (amd64)]'
270
shell: pwsh
271
- run: dotnet run/artifacts.dll --target=ArtifactsTest --arch amd64 --docker_dotnetversion=${{ matrix.targetFramework }} --docker_distro=${{ matrix.distro }} --verbosity=diagnostic
+ run: dotnet run/artifacts.dll --target=ArtifactsTest --arch amd64 --docker_dotnetversion=${{ matrix.targetFramework }} --docker_distro=${{ matrix.distro }}
272
273
name: '[Test Artifacts (arm64)]'
274
0 commit comments