We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ce54e commit 7ddbf87Copy full SHA for 7ddbf87
buildtools/ci.buildspec.yml
@@ -7,6 +7,7 @@ phases:
7
install:
8
commands:
9
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 10.0
10
+ - export PATH="$HOME/.dotnet:$PATH"
11
- dotnet --version
12
build:
13
0 commit comments