File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 63
63
with :
64
64
dotnet-version : |
65
65
3.1.x
66
- 5.0.x
67
66
6.0.x
68
67
69
68
-
74
73
-
75
74
name : ' [Build]'
76
75
shell : pwsh
77
- run : dotnet run/build.dll --target=Build
76
+ run : dotnet run/build.dll --target=Build --exclusive
78
77
79
78
- name : Perform CodeQL Analysis
80
79
uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change @@ -36,5 +36,6 @@ private static void SetMsBuildSettingsVersion(BuildContext context)
36
36
msBuildSettings . WithProperty ( "RepositoryBranch" , version . GitVersion . BranchName ) ;
37
37
msBuildSettings . WithProperty ( "RepositoryCommit" , version . GitVersion . Sha ) ;
38
38
msBuildSettings . WithProperty ( "NoPackageAnalysis" , "true" ) ;
39
+ msBuildSettings . WithProperty ( "UseSharedCompilation" , "false" ) ;
39
40
}
40
41
}
You can’t perform that action at this time.
0 commit comments