File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,21 @@ jobs:
5050 Write-Host "::set-env name=_AspNetContribBuildNumber::${BuildId}"
5151
5252 - name : Build, Test and Package
53- run : eng\common\CIBuild.cmd -configuration Release -prepareMachine
5453 if : ${{ runner.os == 'Windows' }}
54+ run : eng\common\CIBuild.cmd -configuration Release -prepareMachine
55+ env :
56+ DOTNET_MULTILEVEL_LOOKUP : 0
57+ DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
58+ NUGET_XMLDOC_MODE : skip
5559
5660 - name : Build, Test and Package
5761 shell : pwsh
58- run : ./eng/common/cibuild.sh -configuration Release -prepareMachine
5962 if : ${{ runner.os != 'Windows' }}
63+ run : ./eng/common/cibuild.sh -configuration Release -prepareMachine
64+ env :
65+ DOTNET_MULTILEVEL_LOOKUP : 0
66+ DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
67+ NUGET_XMLDOC_MODE : skip
6068
6169 - name : Publish logs
6270 uses : actions/upload-artifact@v1
You can’t perform that action at this time.
0 commit comments