Merge pull request #62801 from raulsntos/ensure-nuget-path-exists
This commit is contained in:
commit
72b3e81bdf
1 changed files with 2 additions and 1 deletions
|
@ -156,6 +156,7 @@ namespace GodotTools.Build
|
||||||
</packageSources>
|
</packageSources>
|
||||||
</configuration>
|
</configuration>
|
||||||
";
|
";
|
||||||
|
System.IO.Directory.CreateDirectory(Path.GetDirectoryName(nuGetConfigPath));
|
||||||
System.IO.File.WriteAllText(nuGetConfigPath, defaultConfig, Encoding.UTF8); // UTF-8 with BOM
|
System.IO.File.WriteAllText(nuGetConfigPath, defaultConfig, Encoding.UTF8); // UTF-8 with BOM
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue