This commit is contained in:
Jerome Laban 2023-01-25 21:38:11 -05:00
Родитель f7d785e98d
Коммит 3934057fdc
3 изменённых файлов: 4 добавлений и 5 удалений

2
.github/workflows/dotnet.yml поставляемый
Просмотреть файл

@ -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: |

3
.gitpod.Dockerfile поставляемый
Просмотреть файл

@ -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