diff --git a/buildspec.yaml b/buildspec.yaml index d589f9f24e160..ef888c6eb56b8 100644 --- a/buildspec.yaml +++ b/buildspec.yaml @@ -11,7 +11,7 @@ phases: - /bin/bash ./fetch-dotnet-snk.sh build: commands: - - /bin/bash ./build.sh && git diff-index --exit-code --ignore-space-at-eol --stat HEAD + - /bin/bash ./build.sh post_build: commands: - "[ -f .BUILD_COMPLETED ] && /bin/bash ./pack.sh"