diff --git a/eng/Versions.props b/eng/Versions.props index 55534767e2646..789fe57578a70 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,11 +1,11 @@ - 5.0.2 + 5.0.3 5 0 - 2 + 3 servicing diff --git a/eng/native/build-commons.sh b/eng/native/build-commons.sh index 7eb2d0be165f1..bd10b0ccc8fb6 100755 --- a/eng/native/build-commons.sh +++ b/eng/native/build-commons.sh @@ -169,12 +169,14 @@ EOF export CXXFLAGS="${CXXFLAGS} ${EXTRA_CXXFLAGS}" export LDFLAGS="${LDFLAGS} ${EXTRA_LDFLAGS}" + local exit_code if [[ "$__StaticAnalyzer" == 1 ]]; then pushd "$intermediatesDir" buildTool="$SCAN_BUILD_COMMAND -o $__BinDir/scan-build-log $buildTool" echo "Executing $buildTool install -j $__NumProc" "$buildTool" install -j "$__NumProc" + exit_code="$?" popd else @@ -185,13 +187,13 @@ EOF echo "Executing $cmake_command --build \"$intermediatesDir\" --target install -- -j $__NumProc" $cmake_command --build "$intermediatesDir" --target install -- -j "$__NumProc" + exit_code="$?" fi CFLAGS="${SAVED_CFLAGS}" CXXFLAGS="${SAVED_CXXFLAGS}" LDFLAGS="${SAVED_LDFLAGS}" - local exit_code="$?" if [[ "$exit_code" != 0 ]]; then echo "${__ErrMsgPrefix}Failed to build \"$message\"." exit "$exit_code" diff --git a/src/libraries/libraries-packages.proj b/src/libraries/libraries-packages.proj index fd05eff386d0b..7729e478f710d 100644 --- a/src/libraries/libraries-packages.proj +++ b/src/libraries/libraries-packages.proj @@ -18,10 +18,6 @@ - - - - diff --git a/src/libraries/pkg/baseline/packageIndex.json b/src/libraries/pkg/baseline/packageIndex.json index 5fc9da144f6d7..e440a0ace716b 100644 --- a/src/libraries/pkg/baseline/packageIndex.json +++ b/src/libraries/pkg/baseline/packageIndex.json @@ -1313,7 +1313,8 @@ "2.1.1", "3.0.0", "3.0.1", - "5.0.0" + "5.0.0", + "5.0.1" ], "InboxOn": {} }, @@ -2062,7 +2063,8 @@ "1.1.0", "1.2.0", "1.3.0", - "5.0.0" + "5.0.0", + "5.0.1" ], "BaselineVersion": "5.0.0", "InboxOn": {} @@ -2073,7 +2075,8 @@ "1.1.0", "1.2.0", "1.3.0", - "5.0.0" + "5.0.0", + "5.0.1" ], "BaselineVersion": "5.0.0", "InboxOn": {}, @@ -2091,7 +2094,8 @@ "1.1.0", "1.2.0", "1.3.0", - "5.0.0" + "5.0.0", + "5.0.1" ], "BaselineVersion": "5.0.0", "InboxOn": {}, @@ -2109,7 +2113,8 @@ "1.1.0", "1.2.0", "1.3.0", - "5.0.0" + "5.0.0", + "5.0.1" ], "BaselineVersion": "5.0.0", "InboxOn": {}, @@ -2127,7 +2132,8 @@ "1.1.0", "1.2.0", "1.3.0", - "5.0.0" + "5.0.0", + "5.0.1" ], "BaselineVersion": "5.0.0", "InboxOn": {}, @@ -2145,7 +2151,8 @@ "1.1.0", "1.2.0", "1.3.0", - "5.0.0" + "5.0.0", + "5.0.1" ], "BaselineVersion": "5.0.0", "InboxOn": {}, @@ -2519,7 +2526,8 @@ "4.5.0", "4.5.1", "4.6.0", - "5.0.0" + "5.0.0", + "5.0.1" ], "BaselineVersion": "5.0.0", "InboxOn": { @@ -6398,7 +6406,8 @@ "System.Text.Json": { "StableVersions": [ "4.6.0", - "5.0.0" + "5.0.0", + "5.0.1" ], "BaselineVersion": "5.0.0", "InboxOn": {