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:
50
50
Write-Host "::set-env name=_AspNetContribBuildNumber::${BuildId}"
51
51
52
52
- name : Build, Test and Package
53
- run : eng\common\CIBuild.cmd -configuration Release -prepareMachine
54
53
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
55
59
56
60
- name : Build, Test and Package
57
61
shell : pwsh
58
- run : ./eng/common/cibuild.sh -configuration Release -prepareMachine
59
62
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
60
68
61
69
- name : Publish logs
62
70
uses : actions/upload-artifact@v1
You can’t perform that action at this time.
0 commit comments