Skip to content

Commit 198ed55

Browse files
committed
chore: Adjust dotnet-serve
1 parent 66230a1 commit 198ed55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/scripts/run-tests-csp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export BOOTSTRAP_TEST_RUNNER_URL=$3
1313
# install dotnet serve / Remove as needed
1414
dotnet tool uninstall dotnet-serve -g || true
1515
dotnet tool uninstall dotnet-serve --tool-path $BUILD_SOURCESDIRECTORY/build/tools || true
16-
dotnet tool install dotnet-serve --version 1.10.140 --tool-path $BUILD_SOURCESDIRECTORY/build/tools || true
16+
dotnet tool install dotnet-serve --version 1.10.175 --tool-path $BUILD_SOURCESDIRECTORY/build/tools || true
1717
export PATH="$PATH:$BUILD_SOURCESDIRECTORY/build/tools"
1818

1919
cd $BOOTSTRAP_APP_PATH

build/scripts/run-tests-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dotnet tool install dotnet-serve --version 1.10.140 --tool-path $BUILD_SOURCESDIRECTORY\build\tools
1+
dotnet tool install dotnet-serve --version 1.10.175 --tool-path $BUILD_SOURCESDIRECTORY\build\tools
22
$env:PATH="$env:PATH;$BUILD_SOURCESDIRECTORY\build\tools"
33

44
$BOOTSTRAP_APP_PATH=$args[0]

build/scripts/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export BOOTSTRAP_TEST_RUNNER_URL=$3
1313
# install dotnet serve / Remove as needed
1414
dotnet tool uninstall dotnet-serve -g || true
1515
dotnet tool uninstall dotnet-serve --tool-path $BUILD_SOURCESDIRECTORY/build/tools || true
16-
dotnet tool install dotnet-serve --version 1.10.140 --tool-path $BUILD_SOURCESDIRECTORY/build/tools || true
16+
dotnet tool install dotnet-serve --version 1.10.175 --tool-path $BUILD_SOURCESDIRECTORY/build/tools || true
1717
export PATH="$PATH:$BUILD_SOURCESDIRECTORY/build/tools"
1818

1919
cd $BOOTSTRAP_APP_PATH

0 commit comments

Comments
 (0)