File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
templates-official/post-build Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 19
19
</Dependency >
20
20
</ProductDependencies >
21
21
<ToolsetDependencies >
22
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25058.5 " >
22
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25065.2 " >
23
23
<Uri >https://github.com/dotnet/arcade</Uri >
24
- <Sha >8cc6ecd76c24ef6665579a5c5e386a211a1e7c54 </Sha >
24
+ <Sha >c4bbc67763bf0c5a868862df874079380e647d61 </Sha >
25
25
</Dependency >
26
26
<!-- Intermediate is necessary for source build. -->
27
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.25058.5 " >
27
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.25065.2 " >
28
28
<Uri >https://github.com/dotnet/arcade</Uri >
29
- <Sha >8cc6ecd76c24ef6665579a5c5e386a211a1e7c54 </Sha >
29
+ <Sha >c4bbc67763bf0c5a868862df874079380e647d61 </Sha >
30
30
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
31
31
</Dependency >
32
32
<!-- Dependencies required for source build. We'll still update manually -->
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ extends:
57
57
58
58
Note: Multiple outputs are ONLY applicable to 1ES PT publishing (only usable when referencing ` templates-official`).
59
59
60
- # Development notes
60
+ # # Development notes
61
61
62
62
**Folder / file structure**
63
63
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ variables:
5
5
is1ESPipeline : true
6
6
7
7
${{ each parameter in parameters }} :
8
- ${{ parameter.key }} : ${{ parameter.value }}
8
+ ${{ parameter.key }} : ${{ parameter.value }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"tools" : {
3
- "dotnet" : " 9.0.100 "
3
+ "dotnet" : " 9.0.102 "
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25058.5 "
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25065.2 "
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments