Skip to content

Commit a7c17e4

Browse files
authored
[17.8] remove optprof image name, restore arcade tools correctl (#11438)
* remove optprof image name, rely on default * restore arcade tools with correct nuget.config * bump version
1 parent ba2b896 commit a7c17e4

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.opt-prof.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ stages:
5858
cloudBuildResourceName: ComponentBuildUnderTest
5959
testLabPoolName: VS-Platform # The test lab pool to run your tests in
6060
testMachineCleanUpStrategy: ${{parameters.testMachineCleanUpStrategy}}
61-
testMachineImageName: Windows-11-Enterprise-23H2
6261
visualStudioSigning: Test
6362
variables:
6463
- name: branchName # The branch in the VS repo the bootstrapper was based on

.vsts-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ extends:
121121
command: restore
122122
feedsToUse: config
123123
restoreSolution: 'eng\common\internal\Tools.csproj'
124-
nugetConfigPath: 'NuGet.config'
124+
nugetConfigPath: 'eng\common\internal\NuGet.config'
125125
restoreDirectory: '$(Build.SourcesDirectory)\.packages'
126126

127127
- task: ms-vseng.MicroBuildTasks.30666190-6959-11e5-9f96-f56098202fef.MicroBuildSigningPlugin@1

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
33
<Project>
44
<PropertyGroup>
5-
<VersionPrefix>17.8.20</VersionPrefix>
5+
<VersionPrefix>17.8.21</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.7.0</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>

0 commit comments

Comments
 (0)