Skip to content

Commit

Permalink
fix pathing for getting nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
HOMAG-Robin-Katzenberger committed Sep 7, 2023
1 parent a963fba commit 576d6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ stages:
continueOnError: true
condition: and(succeeded(), eq(variables.disableSonarQubeAnalysis, false))

- script: dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key $(API_KEY_MMR_MOBILE) "Applications/HomagConnect.MMR Mobile/Client/HomagConnect.MmrMobile.Client/**/*.nupkg"
- script: dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key $(API_KEY_MMR_MOBILE) "Applications/MmrMobile/Client/**/*.nupkg"
displayName: "Publish HomagConnect MmrMobile NuGet package on nuget.org"
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['Build.Repository.Name'], 'HomagGroup/HOMAG-Connect'))

0 comments on commit 576d6a0

Please sign in to comment.