Skip to content

Commit

Permalink
Correct 2.0.2-stu3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcovisserFurore committed Jan 22, 2021
1 parent 599452d commit 7782c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ stages:
condition: and(succeeded(), endswith(variables['Build.SourceBranch'], '-stu3'))
inputs:
command: push
packagesToPush: '$(Agent.BuildDirectory)/NuGetPackages/*.nupkg'
packagesToPush: '$(Agent.BuildDirectory)/NuGetPackages/*.nupkg;!$(Agent.BuildDirectory)/NuGetPackages/Hl7.Fhir.ElementModel.2.0.2.nupkg;$(Agent.BuildDirectory)/NuGetPackages/Hl7.Fhir.ElementModel.2.0.2.snupkg'
nuGetFeedType: external
publishFeedCredentials: NuGet
verbosityPush: normal
Expand Down
2 changes: 1 addition & 1 deletion common

0 comments on commit 7782c53

Please sign in to comment.