We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a076de7 commit 2d338a0Copy full SHA for 2d338a0
smoke-test.sh
@@ -4,7 +4,9 @@ set -euo pipefail
4
SCRIPT_ROOT="$(cd -P "$( dirname "$0" )" && pwd)"
5
TARBALL_PREFIX=dotnet-sdk-
6
VERSION_PREFIX=2.1
7
-DEV_CERTS_VERSION_DEFAULT=2.1.0
+# See https://github.com/dotnet/source-build/issues/579, this version
8
+# needs to be compatible with the runtime produced from source-build
9
+DEV_CERTS_VERSION_DEFAULT=2.1.0-rtm-30805
10
11
projectOutput=false
12
keepProjects=false
0 commit comments