File tree Expand file tree Collapse file tree 6 files changed +15
-13
lines changed Expand file tree Collapse file tree 6 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 8
8
</Dependency >
9
9
</ProductDependencies >
10
10
<ToolsetDependencies >
11
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.24501 .3" >
11
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.24509 .3" >
12
12
<Uri >https://github.com/dotnet/arcade</Uri >
13
- <Sha >e879259c14f58a55983b9a70dd3034cc650ee961 </Sha >
13
+ <Sha >05c72bb3c9b38138276a8029017f2ef905dcc7fa </Sha >
14
14
</Dependency >
15
15
<!-- Intermediate is necessary for source build. -->
16
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.24501 .3" >
16
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.24509 .3" >
17
17
<Uri >https://github.com/dotnet/arcade</Uri >
18
- <Sha >e879259c14f58a55983b9a70dd3034cc650ee961 </Sha >
18
+ <Sha >05c72bb3c9b38138276a8029017f2ef905dcc7fa </Sha >
19
19
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
20
20
</Dependency >
21
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 9.0.0-beta.24501 .3" >
21
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 9.0.0-beta.24509 .3" >
22
22
<Uri >https://github.com/dotnet/arcade</Uri >
23
- <Sha >e879259c14f58a55983b9a70dd3034cc650ee961 </Sha >
23
+ <Sha >05c72bb3c9b38138276a8029017f2ef905dcc7fa </Sha >
24
24
</Dependency >
25
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 9.0.0-beta.24501 .3" >
25
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 9.0.0-beta.24509 .3" >
26
26
<Uri >https://github.com/dotnet/arcade</Uri >
27
- <Sha >e879259c14f58a55983b9a70dd3034cc650ee961 </Sha >
27
+ <Sha >05c72bb3c9b38138276a8029017f2ef905dcc7fa </Sha >
28
28
</Dependency >
29
29
</ToolsetDependencies >
30
30
</Dependencies >
Original file line number Diff line number Diff line change 6
6
<PreReleaseVersionIteration >1</PreReleaseVersionIteration >
7
7
</PropertyGroup >
8
8
<PropertyGroup >
9
- <MicrosoftDotNetBuildTasksPackagingVersion >9.0.0-beta.24501 .3</MicrosoftDotNetBuildTasksPackagingVersion >
9
+ <MicrosoftDotNetBuildTasksPackagingVersion >9.0.0-beta.24509 .3</MicrosoftDotNetBuildTasksPackagingVersion >
10
10
</PropertyGroup >
11
11
</Project >
Original file line number Diff line number Diff line change 1
1
parameters :
2
2
# Sbom related params
3
3
enableSbom : true
4
+ runAsPublic : false
4
5
PackageVersion : 9.0.0
5
6
BuildDropPath : ' $(Build.SourcesDirectory)/artifacts'
6
7
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ parameters:
4
4
componentGovernanceIgnoreDirectories : ' '
5
5
# Sbom related params
6
6
enableSbom : true
7
+ runAsPublic : false
7
8
PackageVersion : 9.0.0
8
9
BuildDropPath : ' $(Build.SourcesDirectory)/artifacts'
9
10
Original file line number Diff line number Diff line change @@ -900,7 +900,7 @@ function IsWindowsPlatform() {
900
900
}
901
901
902
902
function Get-Darc ($version ) {
903
- $darcPath = " $TempDir \darc\$ ( New-Guid ) "
903
+ $darcPath = " $TempDir \darc\$ ( [ guid ]::NewGuid() ) "
904
904
if ($version -ne $null ) {
905
905
& $PSScriptRoot \darc- init.ps1 - toolpath $darcPath - darcVersion $version | Out-Host
906
906
} else {
Original file line number Diff line number Diff line change 1
1
{
2
2
"tools" : {
3
- "dotnet" : " 9.0.100-rc.1.24452.12 "
3
+ "dotnet" : " 9.0.100-rc.2.24474.11 "
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24501 .3" ,
7
- "Microsoft.DotNet.Helix.Sdk" : " 9.0.0-beta.24501 .3" ,
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24509 .3" ,
7
+ "Microsoft.DotNet.Helix.Sdk" : " 9.0.0-beta.24509 .3" ,
8
8
"Microsoft.Build.Traversal" : " 3.4.0"
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments