Skip to content

Commit

Permalink
Update examples.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Chris Patterson <chrispat@github.com>
  • Loading branch information
2 people authored and GitHub committed Dec 16, 2019
1 parent 0188dff commit decbafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Using [NuGet lock files](https://docs.microsoft.com/nuget/consume-packages/packa
Depending on the environment, huge packages might be pre-installed in the global cache folder.
If you do not want to include them, consider to move the cache folder like below.
>Note: This workflow does not work for projects that require files to be placed in the global.
>Note: This workflow does not work for projects that require files to be placed in user profile package folder
```yaml
env:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
Expand Down

0 comments on commit decbafc

Please sign in to comment.