mirror of
				https://github.com/Ryujinx/Opentk.git
				synced 2025-11-04 15:05:07 +00:00 
			
		
		
		
	Merge pull request #618 from Nihlus/myget-continuous-nuget
Add continuous MyGet package feed
This commit is contained in:
		
						commit
						a6f41bdf35
					
				| 
						 | 
				
			
			@ -35,6 +35,7 @@ Instructions
 | 
			
		|||
============
 | 
			
		||||
 | 
			
		||||
The simplest way to use OpenTK in your project is to install the [NuGet package](http://www.nuget.org/packages/OpenTK/).
 | 
			
		||||
If you want to try out the latest development build from the `develop` branch, we also have a [MyGet feed](https://www.myget.org/F/opentk-develop/api/v3/index.json).
 | 
			
		||||
 | 
			
		||||
Note what installing NuGet package will add reference to OpenTK.dll, but OpenTK.dll.config 
 | 
			
		||||
will not be copied to the project output directory automatically, so you need to add it to your project 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,6 +19,10 @@ IF NOT EXIST build.fsx (
 | 
			
		|||
SET BuildTarget=
 | 
			
		||||
if "%BuildRunner%" == "MyGet" (
 | 
			
		||||
  SET BuildTarget=NuGet
 | 
			
		||||
 | 
			
		||||
  :: Replace the existing release notes file with one for this build only
 | 
			
		||||
  echo ### %PackageVersion% > RELEASE_NOTES.md
 | 
			
		||||
  echo 	* git build >> RELEASE_NOTES.md
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
packages\FAKE\tools\FAKE.exe build.fsx %* %BuildTarget%
 | 
			
		||||
		Loading…
	
		Reference in a new issue