File tree Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 13
13
<Sha >02fe27cd6a9b001c8feb7938e6ef4b3799745759</Sha >
14
14
<SourceBuild RepoName =" command-line-api" ManagedOnly =" true" />
15
15
</Dependency >
16
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25302.2 " >
16
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25325.4 " >
17
17
<Uri >https://github.com/dotnet/arcade</Uri >
18
- <Sha >0d52a8b262d35fa2fde84e398cb2e791b8454bd2 </Sha >
18
+ <Sha >13b20849f8294593bf150a801cab639397e6c29d </Sha >
19
19
</Dependency >
20
- <Dependency Name =" Microsoft.DotNet.XliffTasks" Version =" 9.0.0-beta.25302.2 " >
20
+ <Dependency Name =" Microsoft.DotNet.XliffTasks" Version =" 9.0.0-beta.25325.4 " >
21
21
<Uri >https://github.com/dotnet/arcade</Uri >
22
- <Sha >0d52a8b262d35fa2fde84e398cb2e791b8454bd2 </Sha >
22
+ <Sha >13b20849f8294593bf150a801cab639397e6c29d </Sha >
23
23
</Dependency >
24
24
<!-- Intermediate is necessary for source build. -->
25
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.25302.2 " >
25
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.25325.4 " >
26
26
<Uri >https://github.com/dotnet/arcade</Uri >
27
- <Sha >0d52a8b262d35fa2fde84e398cb2e791b8454bd2 </Sha >
27
+ <Sha >13b20849f8294593bf150a801cab639397e6c29d </Sha >
28
28
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
29
29
</Dependency >
30
30
<!-- Intermediate is necessary for source build. -->
Original file line number Diff line number Diff line change @@ -134,6 +134,10 @@ jobs:
134
134
signType : $(_SignType)
135
135
zipSources : false
136
136
feedSource : https://dnceng.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json
137
+ ${{ if eq(variables['System.TeamProject'], 'DevDiv') }} :
138
+ ConnectedPMEServiceName : 6cc74545-d7b9-4050-9dfa-ebefcc8961ea
139
+ ${{ else }} :
140
+ ConnectedPMEServiceName : 248d384a-b39b-46e3-8ad5-c2c210d5e7ca
137
141
env :
138
142
TeamName : $(_TeamName)
139
143
MicroBuildOutputFolderOverride : ' $(Agent.TempDirectory)'
Original file line number Diff line number Diff line change 4
4
<clear />
5
5
<add key =" dotnet-core-internal-tooling" value =" https://pkgs.dev.azure.com/devdiv/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json" />
6
6
</packageSources >
7
+ <packageSourceMapping >
8
+ <clear />
9
+ </packageSourceMapping >
7
10
</configuration >
Original file line number Diff line number Diff line change 1
1
{
2
2
"tools" : {
3
- "dotnet" : " 9.0.106 " ,
3
+ "dotnet" : " 9.0.107 " ,
4
4
"runtimes" : {
5
5
"dotnet" : [
6
6
" 8.0.0" ,
10
10
}
11
11
},
12
12
"msbuild-sdks" : {
13
- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25302.2 "
13
+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25325.4 "
14
14
}
15
15
}
You can’t perform that action at this time.
0 commit comments