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 e9aa985 commit de4a3f6Copy full SHA for de4a3f6
build/plugins/Dockerfile-user
@@ -1,7 +1,7 @@
1
2
# Install `reportgenerator` (for `gcov` plugin)
3
# Only available in AMD64 containers
4
-RUN if [ "$TARGETPLATFORM" == "linux/amd64" ]; then set -ex \
+RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then set -ex \
5
# Install the dotnet tool as global (which means global for the current user vs. a local directory)
6
&& dotnet tool install --global dotnet-reportgenerator-globaltool \
7
# Modify the PATH so the new tool is findable
0 commit comments