mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 15:48:39 +08:00 
			
		
		
		
	Update examples.md
Co-Authored-By: Chris Patterson <chrispat@github.com>
This commit is contained in:
		
							parent
							
								
									0188dffc5a
								
							
						
					
					
						commit
						decbafc350
					
				| 
						 | 
					@ -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.
 | 
					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.
 | 
					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
 | 
					```yaml
 | 
				
			||||||
env:
 | 
					env:
 | 
				
			||||||
  NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
 | 
					  NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user