Skip to content

Commit 0e12dea

Browse files
committed
Avoid specifying the full nugetConfigPath
Even though this property was copied verbatim from the documentation for the NuGet task, it doesn't work. https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/package/nuget?view=azure-devops
1 parent 141a153 commit 0e12dea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
inputs:
2929
restoreSolution: '$(BuildSolution)'
3030
feedsToUse: 'config'
31-
nugetConfigPath: '$(Build.WorkingDirectory)/NuGet.config'
31+
nugetConfigPath: 'NuGet.config'
3232

3333
- task: VSBuild@1
3434
displayName: 'Build solution StyleCopAnalyzers.sln'

0 commit comments

Comments
 (0)