File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"microsoft.dotnet.darc" : {
6
- "version" : " 1.1.0-beta.24327.2 " ,
6
+ "version" : " 1.1.0-beta.24367.3 " ,
7
7
"commands" : [
8
8
" darc"
9
9
]
Original file line number Diff line number Diff line change 615
615
<Uri >https://github.com/dotnet/runtime</Uri >
616
616
<Sha >1f70f0cc663b5d45f77840e9728386e5fa7944f9</Sha >
617
617
</Dependency >
618
- <Dependency Name =" Microsoft.DotNet.Darc" Version =" 1.1.0-beta.24327.2 " >
618
+ <Dependency Name =" Microsoft.DotNet.Darc" Version =" 1.1.0-beta.24367.3 " >
619
619
<Uri >https://github.com/dotnet/arcade-services</Uri >
620
- <Sha >50d348db96960cbfcd79e869fb7d3b8a9e62e5e4 </Sha >
620
+ <Sha >47e3672c762970073e4282bd563233da86bcca3e </Sha >
621
621
</Dependency >
622
- <Dependency Name =" Microsoft.DotNet.DarcLib" Version =" 1.1.0-beta.24327.2 " >
622
+ <Dependency Name =" Microsoft.DotNet.DarcLib" Version =" 1.1.0-beta.24367.3 " >
623
623
<Uri >https://github.com/dotnet/arcade-services</Uri >
624
- <Sha >50d348db96960cbfcd79e869fb7d3b8a9e62e5e4 </Sha >
624
+ <Sha >47e3672c762970073e4282bd563233da86bcca3e </Sha >
625
625
</Dependency >
626
626
<Dependency Name =" Microsoft.DotNet.ScenarioTests.SdkTemplateTests" Version =" 9.0.0-preview.24279.2" >
627
627
<Uri >https://github.com/dotnet/scenario-tests</Uri >
Original file line number Diff line number Diff line change 106
106
</PropertyGroup >
107
107
<PropertyGroup >
108
108
<!-- Dependency from https://github.com/dotnet/arcade-services -->
109
- <MicrosoftDotNetDarcLibVersion >1.1.0-beta.24327.2 </MicrosoftDotNetDarcLibVersion >
109
+ <MicrosoftDotNetDarcLibVersion >1.1.0-beta.24367.3 </MicrosoftDotNetDarcLibVersion >
110
110
</PropertyGroup >
111
111
<PropertyGroup >
112
112
<!-- Dependency from https://github.com/dotnet/winforms -->
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ $darcArgs = (
187
187
" --component-template" , $componentTemplate ,
188
188
" --tpn-template" , $tpnTemplate ,
189
189
" --discard-patches" ,
190
+ " --generate-credscansuppressions" ,
190
191
$repository
191
192
)
192
193
Original file line number Diff line number Diff line change 271
271
--component-template " $component_template " \
272
272
--tpn-template " $tpn_template " \
273
273
--discard-patches \
274
+ --generate-credscansuppressions \
274
275
" $repository "
275
276
276
277
if [[ $? == 0 ]]; then
You can’t perform that action at this time.
0 commit comments