Skip to content

Commit

Permalink
Updated the template
Browse files Browse the repository at this point in the history
  • Loading branch information
Farshad DASHTI authored and Farshad DASHTI committed Oct 9, 2024
1 parent 907eea6 commit 2e65dd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nuget-package-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ jobs:
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
fi
# - name: Build, pack and publish
# working-directory: ${{ inputs.project_path }}
# run: |
# dotnet build -c Release
# dotnet pack -c Release -p:PackageVersion=${{ env.NEW_VERSION }} --output .
# dotnet nuget push "*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source https://nuget.pkg.github.com/DFE-Digital/index.json
- name: Build, pack and publish
working-directory: ${{ inputs.project_path }}
run: |
dotnet build -c Release
dotnet pack -c Release -p:PackageVersion=${{ env.NEW_VERSION }} --output .
dotnet nuget push "*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source https://nuget.pkg.github.com/DFE-Digital/index.json
- name: Get Release Note
id: extract_description
Expand Down
1 change: 1 addition & 0 deletions src/DfE.CoreLibs.Testing/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dotnet add package DfE.CoreLibs.Testing

## Usage


### Usage of Customization Attributes

In your tests, you can use `CustomAutoData` to easily inject customizations like `AutoMapperCustomization`, this Customization scans your assembly for profiles and registers them automatically.
Expand Down

0 comments on commit 2e65dd1

Please sign in to comment.