Skip to content

Commit

Permalink
Capture all nupkg files as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Nov 3, 2018
1 parent 51e7969 commit 0c692ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
inputs:
sourceFolder: $(System.DefaultWorkingDirectory)/bin
Contents: |
Nerdbank.GitVersioning.Tasks\$(BuildConfiguration)\*.nupkg
**\*.nupkg
js\*.tgz
TargetFolder: $(Build.ArtifactStagingDirectory)/deployables
flattenFolders: true
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/xplattest-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:
git config --global user.email me@ci.com
PkgFileName=$(ls deployables/*nupkg)
PkgFileName=$(ls deployables/Nerdbank.GitVersioning.*nupkg)
NBGV_NuGetPackageVersion=$([[ $PkgFileName =~ Nerdbank.GitVersioning\.(.*)\.nupkg ]] && echo "${BASH_REMATCH[1]}")
Expand Down

0 comments on commit 0c692ab

Please sign in to comment.