File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Dotnet6.GraphQL4.Store.WebAPI
Dotnet6.GraphQL4.Store.WebMVC Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 - name : Setup .NET Core
1414 uses : actions/setup-dotnet@v1
1515 with :
16- dotnet-version : 6.0.100-preview.4.21255.9
16+ dotnet-version : 6.0.100
1717 - name : Install dependencies
1818 run : dotnet restore -v m
1919 - name : Build
2828 - name : Setup .NET Core
2929 uses : actions/setup-dotnet@v1
3030 with :
31- dotnet-version : 6.0.100-preview.4.21255.9
31+ dotnet-version : 6.0.100
3232 - name : Test
3333 run : dotnet test --no-restore -v m
Original file line number Diff line number Diff line change 1- ARG ASPNET_VERSION="6.0.0-preview.4- alpine3.13 "
2- ARG SDK_VERSION="6.0.100-preview.4- alpine3.13 "
1+ ARG ASPNET_VERSION="6.0.0-alpine3.14 "
2+ ARG SDK_VERSION="6.0.100-alpine3.14 "
33ARG BASE_ADRESS="mcr.microsoft.com/dotnet"
44
55FROM $BASE_ADRESS/aspnet:$ASPNET_VERSION AS base
Original file line number Diff line number Diff line change 1- ARG ASPNET_VERSION="6.0.0-preview.4- alpine3.13 "
2- ARG SDK_VERSION="6.0.100-preview.4- alpine3.13 "
1+ ARG ASPNET_VERSION="6.0.0-alpine3.14 "
2+ ARG SDK_VERSION="6.0.100-alpine3.14 "
33ARG BASE_ADRESS="mcr.microsoft.com/dotnet"
44
55FROM $BASE_ADRESS/aspnet:$ASPNET_VERSION AS base
You can’t perform that action at this time.
0 commit comments