Skip to content

Commit 2d338a0

Browse files
committed
Update dotnet-dev-certs version
This version needs to be compatible with the current runtime being produced.
1 parent a076de7 commit 2d338a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

smoke-test.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ set -euo pipefail
44
SCRIPT_ROOT="$(cd -P "$( dirname "$0" )" && pwd)"
55
TARBALL_PREFIX=dotnet-sdk-
66
VERSION_PREFIX=2.1
7-
DEV_CERTS_VERSION_DEFAULT=2.1.0
7+
# 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
810

911
projectOutput=false
1012
keepProjects=false

0 commit comments

Comments
 (0)