Skip to content

Commit

Permalink
Merge pull request #24 from TunNetCom/Nieze-BenMansour-patch-4
Browse files Browse the repository at this point in the history
Update PublishNugate.yml
  • Loading branch information
Nieze-BenMansour authored Jul 31, 2024
2 parents 6987d59 + 4d7f7fb commit b198437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PublishNugate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Find .Contracts Project
id: find_contracts_project
run: echo "::set-output name=project_path::$(find . -name '*AzureDevopsWebhookService.Contracts.csproj')"
run: echo "::set-output name=project_path::$(find . -name 'AzureDevopsWebhookService.Contracts.csproj')"

- name: Pack .Contracts Project
run: dotnet pack ${{ steps.find_contracts_project.outputs.project_path }} --configuration Release --output ./artifacts
Expand Down

0 comments on commit b198437

Please sign in to comment.