mirror of
				https://github.com/raylib-cs/raylib-cs
				synced 2025-10-29 05:59:51 -04:00 
			
		
		
		
	Update build.yml to include tests and examples
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -238,6 +238,12 @@ jobs: | ||||
|       - name: Restore workload | ||||
|         run: dotnet workload restore | ||||
|  | ||||
|       - name: Build and run tests | ||||
|         run: dotnet test Raylib-cs.Tests -c Release | ||||
|  | ||||
|       - name: Build examples | ||||
|         run: dotnet build Examples -c Release | ||||
|  | ||||
|       - name: Create NuGet Package | ||||
|         run: dotnet pack Raylib-cs -c Release --output nuget | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user