Skip to content

Commit 990a07e

Browse files
authored
[vs17.12] Fix arcade tool restore (#11413)
* Remove NuGet installation and restore tasks from build configurations * Revert "Remove NuGet installation and restore tasks from build configurations" This reverts commit 020a5fc. * fix arcade restore tools path * bump version
1 parent 1fdbf1e commit 990a07e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.exp-insertions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
command: restore
153153
feedsToUse: config
154154
restoreSolution: '$(Build.SourcesDirectory)\eng\common\internal\Tools.csproj'
155-
nugetConfigPath: '$(Build.SourcesDirectory)\NuGet.config'
155+
nugetConfigPath: '$(Build.SourcesDirectory)\eng\common\internal\NuGet.config'
156156
restoreDirectory: '$(Build.SourcesDirectory)\.packages'
157157

158158
# https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-security-configuration/configuration-guides/pat-burndown-guidance#authentication-from-pipelines

.vsts-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ extends:
137137
command: restore
138138
feedsToUse: config
139139
restoreSolution: 'eng\common\internal\Tools.csproj'
140-
nugetConfigPath: 'NuGet.config'
140+
nugetConfigPath: 'eng\common\internal\NuGet.config'
141141
restoreDirectory: '$(Build.SourcesDirectory)\.packages'
142142

143143
- 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.12.28</VersionPrefix>
5+
<VersionPrefix>17.12.29</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.11.4</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>

0 commit comments

Comments
 (0)