chore: Bump build to 7.0.102
This commit is contained in:
Родитель
f7d785e98d
Коммит
3934057fdc
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v2
|
||||
with:
|
||||
dotnet-version: 6.0.400
|
||||
dotnet-version: 7.0.102
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
FROM gitpod/workspace-dotnet-vnc
|
||||
|
||||
USER gitpod
|
||||
#.NET installed via .gitpod.yml task until the following issue is fixed: https://github.com/gitpod-io/gitpod/issues/5090
|
||||
ENV DOTNET_VERSION=6.0
|
||||
ENV DOTNET_VERSION=7.0.102
|
||||
ENV DOTNET_ROOT=/workspace/.dotnet
|
||||
ENV PATH=$DOTNET_ROOT:$PATH
|
||||
|
|
|
@ -11,9 +11,9 @@ ports:
|
|||
|
||||
tasks:
|
||||
# Mitigation for https://github.com/gitpod-io/gitpod/issues/6460
|
||||
- name: Postinstall .NET 6.0 and dev certificates
|
||||
- name: Postinstall .NET and dev certificates
|
||||
init: |
|
||||
mkdir -p $DOTNET_ROOT && curl -fsSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel $DOTNET_VERSION --install-dir $DOTNET_ROOT
|
||||
mkdir -p $DOTNET_ROOT && curl -fsSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -v $DOTNET_VERSION --install-dir $DOTNET_ROOT
|
||||
dotnet dev-certs https
|
||||
|
||||
# This task is run during pre-build and it's log and built results are
|
||||
|
|
Загрузка…
Ссылка в новой задаче