File tree Expand file tree Collapse file tree 6 files changed +14
-17
lines changed
core-templates/post-build Expand file tree Collapse file tree 6 files changed +14
-17
lines changed Original file line number Diff line number Diff line change 4
4
<ProductDependencies >
5
5
</ProductDependencies >
6
6
<ToolsetDependencies >
7
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25268.1 " >
7
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25270.2 " >
8
8
<Uri >https://github.com/dotnet/arcade</Uri >
9
- <Sha >35a34fa5ab9b2f97d3f7bdf48a7c2100727308b3 </Sha >
9
+ <Sha >dbc44140e227eb6d14a29943fb7ea0c7c3c9aca0 </Sha >
10
10
</Dependency >
11
- <Dependency Name =" Microsoft.DotNet.GenFacades" Version =" 10.0.0-beta.25268.1 " >
11
+ <Dependency Name =" Microsoft.DotNet.GenFacades" Version =" 10.0.0-beta.25270.2 " >
12
12
<Uri >https://github.com/dotnet/arcade</Uri >
13
- <Sha >35a34fa5ab9b2f97d3f7bdf48a7c2100727308b3 </Sha >
13
+ <Sha >dbc44140e227eb6d14a29943fb7ea0c7c3c9aca0 </Sha >
14
14
</Dependency >
15
- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 10.0.0-beta.25268.1 " >
15
+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 10.0.0-beta.25270.2 " >
16
16
<Uri >https://github.com/dotnet/arcade</Uri >
17
- <Sha >35a34fa5ab9b2f97d3f7bdf48a7c2100727308b3 </Sha >
17
+ <Sha >dbc44140e227eb6d14a29943fb7ea0c7c3c9aca0 </Sha >
18
18
</Dependency >
19
- <Dependency Name =" Microsoft.DotNet.GenAPI" Version =" 10.0.0-beta.25268.1 " >
19
+ <Dependency Name =" Microsoft.DotNet.GenAPI" Version =" 10.0.0-beta.25270.2 " >
20
20
<Uri >https://github.com/dotnet/arcade</Uri >
21
- <Sha >35a34fa5ab9b2f97d3f7bdf48a7c2100727308b3 </Sha >
21
+ <Sha >dbc44140e227eb6d14a29943fb7ea0c7c3c9aca0 </Sha >
22
22
</Dependency >
23
23
</ToolsetDependencies >
24
24
</Dependencies >
Original file line number Diff line number Diff line change 20
20
</PropertyGroup >
21
21
<!-- Arcade dependencies -->
22
22
<PropertyGroup >
23
- <MicrosoftDotNetGenFacadesPackageVersion >10.0.0-beta.25268.1 </MicrosoftDotNetGenFacadesPackageVersion >
24
- <MicrosoftDotNetXUnitExtensionsPackageVersion >10.0.0-beta.25268.1 </MicrosoftDotNetXUnitExtensionsPackageVersion >
25
- <MicrosoftDotNetGenAPIPackageVersion >10.0.0-beta.25268.1 </MicrosoftDotNetGenAPIPackageVersion >
23
+ <MicrosoftDotNetGenFacadesPackageVersion >10.0.0-beta.25270.2 </MicrosoftDotNetGenFacadesPackageVersion >
24
+ <MicrosoftDotNetXUnitExtensionsPackageVersion >10.0.0-beta.25270.2 </MicrosoftDotNetXUnitExtensionsPackageVersion >
25
+ <MicrosoftDotNetGenAPIPackageVersion >10.0.0-beta.25270.2 </MicrosoftDotNetGenAPIPackageVersion >
26
26
</PropertyGroup >
27
27
<!-- Additional dependencies -->
28
28
<PropertyGroup >
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ function Build {
127
127
/ p:Deploy= $deploy `
128
128
/ p:Test= $test `
129
129
/ p:Pack= $pack `
130
- / p:DotNetBuildRepo = $productBuild `
130
+ / p:DotNetBuild = $productBuild `
131
131
/ p:IntegrationTest= $integrationTest `
132
132
/ p:PerformanceTest= $performanceTest `
133
133
/ p:Sign= $sign `
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ function Build {
241
241
/p:RepoRoot=" $repo_root " \
242
242
/p:Restore=$restore \
243
243
/p:Build=$build \
244
- /p:DotNetBuildRepo =$product_build \
244
+ /p:DotNetBuild =$product_build \
245
245
/p:DotNetBuildSourceOnly=$source_build \
246
246
/p:Rebuild=$rebuild \
247
247
/p:Test=$test \
Original file line number Diff line number Diff line change @@ -193,9 +193,6 @@ stages:
193
193
buildId : $(AzDOBuildId)
194
194
artifactName : PackageArtifacts
195
195
checkDownloadedFiles : true
196
- itemPattern : |
197
- **
198
- !**/Microsoft.SourceBuild.Intermediate.*.nupkg
199
196
200
197
# This is necessary whenever we want to publish/restore to an AzDO private feed
201
198
# Since sdk-task.ps1 tries to restore packages we need to do this authentication here
Original file line number Diff line number Diff line change 14
14
"version" : " 10.0.100-preview.3.25201.16"
15
15
},
16
16
"msbuild-sdks" : {
17
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25268.1 " ,
17
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25270.2 " ,
18
18
"Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.23409.5"
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments