mirror of
				https://github.com/JKorf/CryptoExchange.Net
				synced 2025-10-31 10:27:48 +00:00 
			
		
		
		
	Delete release.yml
This commit is contained in:
		
							parent
							
								
									0b6dbde7d4
								
							
						
					
					
						commit
						4b6fa9a1b1
					
				
							
								
								
									
										23
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										23
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @ -1,23 +0,0 @@ | |||||||
| name: Publish Nuget |  | ||||||
| 
 |  | ||||||
| on: |  | ||||||
|   release: |  | ||||||
|     types: [published] |  | ||||||
|      |  | ||||||
| jobs: |  | ||||||
|   build: |  | ||||||
|     runs-on: ubuntu-latest |  | ||||||
|     timeout-minutes: 5 |  | ||||||
|     steps: |  | ||||||
|     - name: Checkout |  | ||||||
|       uses: actions/checkout@v2 |  | ||||||
|     - name: Setup .NET SDK |  | ||||||
|       uses: actions/setup-dotnet@v1 |  | ||||||
|     - name: Build |  | ||||||
|       run: dotnet build -c Release |  | ||||||
|     - name: Test |  | ||||||
|       run: dotnet test -c Release --no-build |  | ||||||
|     - name: Pack nugets |  | ||||||
|       run: dotnet pack CryptoExchange.Net/CryptoExchange.Net.csproj -c Release --no-build --include-symbols -p:PackageVersion=${{github.event.release.name}} --output . |  | ||||||
|     - name: Push Package to NuGet |  | ||||||
|       run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json |  | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user