File tree Expand file tree Collapse file tree 6 files changed +12
-10
lines changed Expand file tree Collapse file tree 6 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 3
3
<ProductDependencies >
4
4
</ProductDependencies >
5
5
<ToolsetDependencies >
6
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.24476.2 " >
6
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.24504.4 " >
7
7
<Uri >https://github.com/dotnet/arcade</Uri >
8
- <Sha >7e8b8f4f321c8671aa01b53567d31aaa4950706f </Sha >
8
+ <Sha >f209a925b15bc66ecb9a8825bd9595937bbe3aa1 </Sha >
9
9
</Dependency >
10
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.24476.2 " >
10
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.24504.4 " >
11
11
<Uri >https://github.com/dotnet/arcade</Uri >
12
- <Sha >7e8b8f4f321c8671aa01b53567d31aaa4950706f </Sha >
12
+ <Sha >f209a925b15bc66ecb9a8825bd9595937bbe3aa1 </Sha >
13
13
</Dependency >
14
- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 10.0.0-beta.24476.2 " >
14
+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 10.0.0-beta.24504.4 " >
15
15
<Uri >https://github.com/dotnet/arcade</Uri >
16
- <Sha >7e8b8f4f321c8671aa01b53567d31aaa4950706f </Sha >
16
+ <Sha >f209a925b15bc66ecb9a8825bd9595937bbe3aa1 </Sha >
17
17
</Dependency >
18
18
</ToolsetDependencies >
19
19
</Dependencies >
Original file line number Diff line number Diff line change 15
15
<SystemCollectionsImmutableVersion >8.0.0</SystemCollectionsImmutableVersion >
16
16
<SystemIOHashingVersion >8.0.0</SystemIOHashingVersion >
17
17
<MicrosoftBclTimeProviderVersion >8.0.0</MicrosoftBclTimeProviderVersion >
18
- <MicrosoftDotNetXUnitExtensionsPackageVersion >10.0.0-beta.24476.2 </MicrosoftDotNetXUnitExtensionsPackageVersion >
18
+ <MicrosoftDotNetXUnitExtensionsPackageVersion >10.0.0-beta.24504.4 </MicrosoftDotNetXUnitExtensionsPackageVersion >
19
19
</PropertyGroup >
20
20
</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 18
18
}
19
19
},
20
20
"msbuild-sdks" : {
21
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.24476.2 " ,
22
- "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.24476.2 "
21
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.24504.4 " ,
22
+ "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.24504.4 "
23
23
}
24
24
}
You can’t perform that action at this time.
0 commit comments