Browse Source

Updated nugetConfigPath value

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
827b5427c5
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      build/aro/azure-devops/webapp-build.yml

+ 3
- 3
build/aro/azure-devops/webapp-build.yml View File

@ -11,14 +11,14 @@ jobs:
command: restore
projects: '**/$(ProjectName).csproj'
feedsToUse: config
nugetConfigPath: NuGet.config
nugetConfigPath: src/NuGet.config
- task: DotNetCoreCLI@2
displayName: 'dotnet build'
inputs:
projects: '**/$(ProjectName).csproj'
arguments: '--configuration Release'
feedsToUse: config
nugetConfigPath: NuGet.config
nugetConfigPath: src/NuGet.config
- task: DotNetCoreCLI@2
displayName: 'dotnet publish'
inputs:
@ -29,5 +29,5 @@ jobs:
zipAfterPublish: false
modifyOutputPath: false
feedsToUse: config
nugetConfigPath: NuGet.config
nugetConfigPath: src/NuGet.config

Loading…
Cancel
Save