File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33 <ProductDependencies >
44 </ProductDependencies >
55 <ToolsetDependencies >
6- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.24179.4 " >
6+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.24204.3 " >
77 <Uri >https://github.com/dotnet/arcade</Uri >
8- <Sha >fc2b7849b25c4a21457feb6da5fc7c9806a80976 </Sha >
8+ <Sha >188340e12c0a372b1681ad6a5e72c608021efdba </Sha >
99 </Dependency >
10- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.24179.4 " >
10+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.24204.3 " >
1111 <Uri >https://github.com/dotnet/arcade</Uri >
12- <Sha >fc2b7849b25c4a21457feb6da5fc7c9806a80976 </Sha >
12+ <Sha >188340e12c0a372b1681ad6a5e72c608021efdba </Sha >
1313 </Dependency >
1414 </ToolsetDependencies >
1515</Dependencies >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ parameters:
44
55steps :
66- ${{ if eq(parameters.disableComponentGovernance, 'true') }} :
7- - script : " echo ##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
7+ - script : echo " ##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
88 displayName : Set skipComponentGovernanceDetection variable
99- ${{ if ne(parameters.disableComponentGovernance, 'true') }} :
1010 - task : ComponentGovernanceComponentDetection@0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ parameters:
44
55steps :
66- ${{ if eq(parameters.disableComponentGovernance, 'true') }} :
7- - script : " echo ##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
7+ - script : echo " ##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
88 displayName : Set skipComponentGovernanceDetection variable
99- ${{ if ne(parameters.disableComponentGovernance, 'true') }} :
1010 - task : ComponentGovernanceComponentDetection@0
Original file line number Diff line number Diff line change 33 "dotnet" : " 8.0.101"
44 },
55 "msbuild-sdks" : {
6- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.24179.4 " ,
7- "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.24179.4 "
6+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.24204.3 " ,
7+ "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.24204.3 "
88 }
99}
You can’t perform that action at this time.
0 commit comments