mirror of https://github.com/godotengine/godot
Ensure NuGet.config directory exists
This commit is contained in:
parent
76d0a99707
commit
1637d0c699
|
|
@ -156,6 +156,7 @@ namespace GodotTools.Build
|
|||
</packageSources>
|
||||
</configuration>
|
||||
";
|
||||
System.IO.Directory.CreateDirectory(Path.GetDirectoryName(nuGetConfigPath));
|
||||
System.IO.File.WriteAllText(nuGetConfigPath, defaultConfig, Encoding.UTF8); // UTF-8 with BOM
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue