We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d500e2 commit c56929aCopy full SHA for c56929a
.gitpod.yml
@@ -11,7 +11,7 @@ tasks:
11
- name: Postinstall .NET and dev certificates
12
init: |
13
mkdir -p $DOTNET_ROOT && curl -fsSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel $DOTNET_VERSION --install-dir $DOTNET_ROOT
14
- mkdir -p $DOTNET_ROOT && curl -fsSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 7.0.302 --install-dir $DOTNET_ROOT
+ mkdir -p $DOTNET_ROOT && curl -fsSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version 7.0.302 --install-dir $DOTNET_ROOT
15
dotnet dev-certs https
16
build/gitpod/build-skia.sh
17
build/gitpod/build-wasm.sh
0 commit comments