Fix bug in aspnet-nugetconfig build script to not zip up output folders.
a3079eed
Pedro Silva
committed
succeeded
2 changed files
build-aspnet-nugetconfig-job.yml
/build-templates/apps/build-aspnet-nugetconfig-job.yml-1+1
/build-templates/apps/build-aspnet-nugetconfig-job.yml
Add comment 21 projects: '**/*.csproj'
Add comment 22 feedsToUse: 'config'
Add comment 23 nugetConfigPath: '$(Build.SourcesDirectory)/NuGet.config'
Add comment 24 Minus   zipOutput: false
Add comment 25 24
Add comment 26 25 # call the dotnet build template.
Add comment 27 26 - template: ../libraries/build-dotnet.yml
Add comment 28 27 parameters:
Add comment 29 28 buildConfiguration: '${{ parameters.buildConfiguration }}'
Add comment 29 Plus   zipOutput: false
Add comment 30
Add comment 31 # call the dotnet test template.
Add comment 32 - template: ../libraries/test-dotnet.yml
azure-pipelines.yml
/azure-pipelines.yml+5
/azure-pipelines.yml
Add comment 6 name: $(majorMinorVersion).$(semanticVersion) # this is the magic field that makes pack byBuildNumber work correctly.
Add comment 7
Add comment 8 trigger:
Add comment 9 Plus   branches:
Add comment 10 Plus   include:
Add comment 9 11 - '*'
Add comment 12 Plus   paths:
Add comment 13 Plus   exclude:
Add comment 14 Plus   - build-templates/*
Add comment 10 15
Add comment 11 16 # all of the variables used by this pipeline and dependent templates.
Add comment 12 17 variables: