mirror of
				https://github.com/Biarity/Sieve.git
				synced 2025-11-04 02:39:00 +01:00 
			
		
		
		
	Use NUGET_API_KEY to publish first pre-release
This commit is contained in:
		@@ -107,7 +107,7 @@ class Build : NukeBuild
 | 
			
		||||
                    DotNetNuGetPush(s => s
 | 
			
		||||
                        .SetTargetPath(x)
 | 
			
		||||
                        .SetSource("https://api.nuget.org/v3/index.json")
 | 
			
		||||
                        .SetApiKey("xxxxxxx"));
 | 
			
		||||
                        .SetApiKey(NUGET_API_KEY));
 | 
			
		||||
                });
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user