Skip to content

Commit 7ddbf87

Browse files
committed
Add Path
1 parent 30ce54e commit 7ddbf87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildtools/ci.buildspec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ phases:
77
install:
88
commands:
99
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 10.0
10+
- export PATH="$HOME/.dotnet:$PATH"
1011
- dotnet --version
1112
build:
1213
commands:

0 commit comments

Comments
 (0)