File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export BOOTSTRAP_TEST_RUNNER_URL=$3
13
13
# install dotnet serve / Remove as needed
14
14
dotnet tool uninstall dotnet-serve -g || true
15
15
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
17
17
export PATH=" $PATH :$BUILD_SOURCESDIRECTORY /build/tools"
18
18
19
19
cd $BOOTSTRAP_APP_PATH
Original file line number Diff line number Diff line change 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
2
2
$env: PATH = " $env: PATH ;$BUILD_SOURCESDIRECTORY \build\tools"
3
3
4
4
$BOOTSTRAP_APP_PATH = $args [0 ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export BOOTSTRAP_TEST_RUNNER_URL=$3
13
13
# install dotnet serve / Remove as needed
14
14
dotnet tool uninstall dotnet-serve -g || true
15
15
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
17
17
export PATH=" $PATH :$BUILD_SOURCESDIRECTORY /build/tools"
18
18
19
19
cd $BOOTSTRAP_APP_PATH
You can’t perform that action at this time.
0 commit comments