Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM mcr.microsoft.com/dotnet/sdk:5.0 as build-env
|
FROM mcr.microsoft.com/dotnet/sdk:5.0 as build-env
|
||||||
WORKDIR /source
|
WORKDIR /source
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN dotnet restore --configfile nuget.config
|
RUN dotnet restore --configfile nuget.config --disable-parallel
|
||||||
RUN dotnet build
|
RUN dotnet build
|
||||||
RUN dotnet publish -o /publish --configuration Release;
|
RUN dotnet publish -o /publish --configuration Release;
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,10 @@ pipelines:
|
|||||||
runs-on:
|
runs-on:
|
||||||
- self.hosted
|
- self.hosted
|
||||||
- linux
|
- linux
|
||||||
|
- 16g
|
||||||
|
size: 2x
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
caches:
|
caches:
|
||||||
- dotnetcore
|
- dotnetcore
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user